aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-07-07 08:58:48 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-07-07 08:58:48 -0400
commit8601f006ad7c2afd62f24276ae0234093e8a4f39 (patch)
tree4c6189ca74da12bd63a24738d7d1cf3d0fb35289 /core/etc/portage
parentFix dyslexia. (diff)
downloadgrs-8601f006ad7c2afd62f24276ae0234093e8a4f39.tar.gz
grs-8601f006ad7c2afd62f24276ae0234093e8a4f39.tar.bz2
grs-8601f006ad7c2afd62f24276ae0234093e8a4f39.zip
Switch from python3.3 to 3.4.
Diffstat (limited to 'core/etc/portage')
-rw-r--r--core/etc/portage/make.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/etc/portage/make.conf b/core/etc/portage/make.conf
index 2ac9e25..0ba741d 100644
--- a/core/etc/portage/make.conf
+++ b/core/etc/portage/make.conf
@@ -11,3 +11,4 @@ CPU_FLAGS_X86="mmx sse sse2"
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"
+PYTHON_TARGETS="python2.7 python3.4"