Add Gentoo support

Gentoo already has headers for gcc/python

Change-Id: I4e76875e843209a8d31761a2272c736f42afe43f
This commit is contained in:
Matthew Thode 2019-01-27 02:17:51 -06:00
parent ff0f3bf5f8
commit f710d6b88c
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
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