Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/
Date: Wed, 05 Apr 2017 14:12:04
Message-Id: 1491401489.b8d513a6a66b4e440edd4e2e35ed0f7dc274f83c.haubi@gentoo
1 commit: b8d513a6a66b4e440edd4e2e35ed0f7dc274f83c
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 14:11:29 2017 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 14:11:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d513a6
7
8 profiles/prefix: PYTHON_TARGETS is not incremental: just set to 2_7+3_5
9
10 profiles/prefix/make.defaults | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
14 index 25d0d80f4e9..3a50bb6258d 100644
15 --- a/profiles/prefix/make.defaults
16 +++ b/profiles/prefix/make.defaults
17 @@ -13,4 +13,4 @@ FEATURES="collision-protect"
18 # Python 3.5 is unmasked for us, build stuff by default, in particular
19 # for bug #572502 where the default python is set to 3.5 for it was
20 # built first.
21 -PYTHON_TARGETS="-python3_4 python3_5"
22 +PYTHON_TARGETS="python2_7 python3_5"