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 12:56:28
Message-Id: 1436273928.8601f006ad7c2afd62f24276ae0234093e8a4f39.blueness@gentoo
1 commit: 8601f006ad7c2afd62f24276ae0234093e8a4f39
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 7 12:58:48 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 7 12:58:48 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=8601f006
7
8 Switch from python3.3 to 3.4.
9
10 core/etc/portage/make.conf | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/core/etc/portage/make.conf b/core/etc/portage/make.conf
14 index 2ac9e25..0ba741d 100644
15 --- a/core/etc/portage/make.conf
16 +++ b/core/etc/portage/make.conf
17 @@ -11,3 +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"