diff options
| -rw-r--r-- | salt/gentoo_baseimage/gentoo_baseimage/files/make.conf | 2 | ||||
| -rw-r--r-- | salt/gentoo_baseimage/gentoo_baseimage/files/package.use | 8 |
2 files changed, 1 insertions, 9 deletions
diff --git a/salt/gentoo_baseimage/gentoo_baseimage/files/make.conf b/salt/gentoo_baseimage/gentoo_baseimage/files/make.conf index 15ae1c8..9415cf7 100644 --- a/salt/gentoo_baseimage/gentoo_baseimage/files/make.conf +++ b/salt/gentoo_baseimage/gentoo_baseimage/files/make.conf @@ -5,7 +5,7 @@ FCFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" USE="cacert -X -webstart -alsa -cups -gtk -vala -introspection" PYTHON_TARGETS="python2_7 python3_6 python3_7 python3_8" -PYTHON_SINGLE_TARGET="python3_6" +PYTHON_SINGLE_TARGET="python3_7" CURL_SSL="nss" GRUB_PLATFORMS="pc" ABI_X86="64 32" diff --git a/salt/gentoo_baseimage/gentoo_baseimage/files/package.use b/salt/gentoo_baseimage/gentoo_baseimage/files/package.use index 64eabb6..a80a609 100644 --- a/salt/gentoo_baseimage/gentoo_baseimage/files/package.use +++ b/salt/gentoo_baseimage/gentoo_baseimage/files/package.use @@ -1,12 +1,4 @@ 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 |
