diff options
| author | Carlos Konstanski <carlos.konstanski@verizonwireless.com> | 2019-12-11 17:13:48 -0700 |
|---|---|---|
| committer | Carlos Konstanski <carlos.konstanski@verizonwireless.com> | 2019-12-11 17:13:48 -0700 |
| commit | 656ee56e637d5b7c2e09124069b1ceaffbf6911e (patch) | |
| tree | 8163467a483094de1434eee81f4a2c7a9e92bd70 | |
| parent | 0c995c059a397953056b249ab8c2cdad3e82b8b3 (diff) | |
Updated portage files
| -rw-r--r-- | salt/gentoo_baseimage/gentoo_baseimage/files/make.conf | 5 | ||||
| -rw-r--r-- | salt/gentoo_baseimage/gentoo_baseimage/files/package.use | 14 |
2 files changed, 17 insertions, 2 deletions
diff --git a/salt/gentoo_baseimage/gentoo_baseimage/files/make.conf b/salt/gentoo_baseimage/gentoo_baseimage/files/make.conf index 2f68b9d..96668a4 100644 --- a/salt/gentoo_baseimage/gentoo_baseimage/files/make.conf +++ b/salt/gentoo_baseimage/gentoo_baseimage/files/make.conf @@ -5,6 +5,11 @@ FCFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" USE="cacert -X -webstart -alsa -cups -gtk -vala -introspection" ABI_X86="64 32" +PYTHON_TARGETS="python2_7 python3_6 python3_7 python3_8" +PYTHON_SINGLE_TARGET="python3_6" +CURL_SSL="nss" +GRUB_PLATFORMS="pc" +ABI_X86="64 32" EMERGE_DEFAULT_OPTS="--quiet-build=y --with-bdeps=y --nospinner --verbose-conflicts --changed-deps-report=n --keep-going=y" FEATURES="-preserve-libs" ACCEPT_LICENSE="* -@EULA" diff --git a/salt/gentoo_baseimage/gentoo_baseimage/files/package.use b/salt/gentoo_baseimage/gentoo_baseimage/files/package.use index fc40a05..64eabb6 100644 --- a/salt/gentoo_baseimage/gentoo_baseimage/files/package.use +++ b/salt/gentoo_baseimage/gentoo_baseimage/files/package.use @@ -1,2 +1,12 @@ -x11-libs/cairo X -app-text/ghostscript-gpl cups +x11-libs/cairo X +app-text/ghostscript-gpl cups +net-print/cups python_single_target_python2_7 +dev-util/boost-build python_single_target_python2_7 +dev-util/itstool python_single_target_python2_7 +net-mail/mailutils python_single_target_python2_7 +net-analyzer/net-snmp elf lm-sensors netlink pci python_single_target_python2_7 +dev-util/gtk-doc python_single_target_python2_7 +net-mail/mailman python_single_target_python2_7 +dev-util/systemtap python_single_target_python2_7 +net-analyzer/rrdtool python_single_target_python2_7 +net-mail/fetchmail python_single_target_python2_7 |
