Merge "Add Gentoo support"

This commit is contained in:
Zuul 2019-02-26 15:36:15 +00:00 committed by Gerrit Code Review
commit 70f0a18bc0
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ _venv_build_base_distro_package_list:
- gcc
- "{{ (venv_python_executable == 'python2') | ternary('pkg-config', 'python3-pkgconfig') }}"
- "{{ (venv_python_executable == 'python2') | ternary('python-dev', 'python3-dev') }}"
gentoo:
- dev-util/cmake
redhat:
- autoconf
- cmake