commit: 8601f006ad7c2afd62f24276ae0234093e8a4f39
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 7 12:58:48 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Jul 7 12:58:48 2015 +0000
URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=8601f006
Switch from python3.3 to 3.4.
core/etc/portage/make.conf | 1 +
1 file changed, 1 insertion(+)
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"