commit: 04218705fa3db582a2378c8fb15a57a2f441e575
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 7 13:24:56 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Jul 7 13:24:56 2015 +0000
URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=04218705
Fix type in PYTHON_TARGETS.
core/etc/portage/make.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/etc/portage/make.conf b/core/etc/portage/make.conf
index 0ba741d..e25e42b 100644
--- a/core/etc/portage/make.conf
+++ b/core/etc/portage/make.conf
@@ -11,4 +11,4 @@ CPU_FLAGS_X86="mmx sse sse2"
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"
-PYTHON_TARGETS="python2.7 python3.4"
+PYTHON_TARGETS="python2_7 python3_4"