From 04218705fa3db582a2378c8fb15a57a2f441e575 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Tue, 7 Jul 2015 09:24:56 -0400 Subject: Fix type in PYTHON_TARGETS. --- core/etc/portage/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/etc/portage') 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" -- cgit v1.2.3-65-gdbad