diff options
Diffstat (limited to 'core/etc/portage')
-rw-r--r-- | core/etc/portage/make.conf.CYCLE.1 | 1 | ||||
-rw-r--r-- | core/etc/portage/make.conf.CYCLE.2 | 1 | ||||
-rw-r--r-- | core/etc/portage/make.conf.CYCLE.3 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/core/etc/portage/make.conf.CYCLE.1 b/core/etc/portage/make.conf.CYCLE.1 index 312fd6d..3c4011d 100644 --- a/core/etc/portage/make.conf.CYCLE.1 +++ b/core/etc/portage/make.conf.CYCLE.1 @@ -3,5 +3,6 @@ CXXFLAGS="${CFLAGS}" CHOST="x86_64-gentoo-linux-uclibc" MAKEOPTS="-j17" PAX_MARKINGS="XT" +PYTHON_TARGETS="python2_7 python3_3 python3_4" USE="-gpg" diff --git a/core/etc/portage/make.conf.CYCLE.2 b/core/etc/portage/make.conf.CYCLE.2 index b27f17b..50663ff 100644 --- a/core/etc/portage/make.conf.CYCLE.2 +++ b/core/etc/portage/make.conf.CYCLE.2 @@ -3,6 +3,7 @@ CXXFLAGS="${CFLAGS}" CHOST="x86_64-gentoo-linux-uclibc" MAKEOPTS="-j17" PAX_MARKINGS="XT" +PYTHON_TARGETS="python2_7 python3_3 python3_4" USE="-cups -tk" USE_ORDER="env:conf:pkg:defaults:pkginternal:repo:env.d" diff --git a/core/etc/portage/make.conf.CYCLE.3 b/core/etc/portage/make.conf.CYCLE.3 index 09a51d9..be01901 100644 --- a/core/etc/portage/make.conf.CYCLE.3 +++ b/core/etc/portage/make.conf.CYCLE.3 @@ -3,3 +3,4 @@ CXXFLAGS="${CFLAGS}" CHOST="x86_64-gentoo-linux-uclibc" MAKEOPTS="-j17" PAX_MARKINGS="XT" +PYTHON_TARGETS="python2_7 python3_3 python3_4" |