Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grs:stages-amd64-hardened commit in: core/etc/portage/
Date: Tue, 07 Jul 2015 13:22:37
Message-Id: 1436275496.04218705fa3db582a2378c8fb15a57a2f441e575.blueness@gentoo
1 commit: 04218705fa3db582a2378c8fb15a57a2f441e575
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 7 13:24:56 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 7 13:24:56 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=04218705
7
8 Fix type in PYTHON_TARGETS.
9
10 core/etc/portage/make.conf | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/core/etc/portage/make.conf b/core/etc/portage/make.conf
14 index 0ba741d..e25e42b 100644
15 --- a/core/etc/portage/make.conf
16 +++ b/core/etc/portage/make.conf
17 @@ -11,4 +11,4 @@ CPU_FLAGS_X86="mmx sse sse2"
18 PORTDIR="/usr/portage"
19 DISTDIR="${PORTDIR}/distfiles"
20 PKGDIR="${PORTDIR}/packages"
21 -PYTHON_TARGETS="python2.7 python3.4"
22 +PYTHON_TARGETS="python2_7 python3_4"