Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/
Date: Wed, 21 Jun 2017 09:29:27
Message-Id: 1498037356.b4dc9c5db5c8296ec3f710f9e17dcc5dc130d039.grobian@gentoo
1 commit: b4dc9c5db5c8296ec3f710f9e17dcc5dc130d039
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 21 09:29:02 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 21 09:29:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4dc9c5d
7
8 profiles/prefix: re-mask python_targets_python3_4 again, we can't negate stuff
9
10 profiles/prefix/make.defaults | 6 +++---
11 profiles/prefix/use.mask | 4 ++++
12 2 files changed, 7 insertions(+), 3 deletions(-)
13
14 diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
15 index 6fdc2367518..14ae9b2fd7f 100644
16 --- a/profiles/prefix/make.defaults
17 +++ b/profiles/prefix/make.defaults
18 @@ -12,6 +12,6 @@ FEATURES="collision-protect"
19
20 # Python 3.5 is unmasked for us, build stuff by default, in particular
21 # for bug #572502 where the default python is set to 3.5 for it was
22 -# built first.
23 -PYTHON_TARGETS="python2_7 -python3_4 python3_5"
24 -PYTHON_SINGLE_TARGET="-python3_4 python3_5"
25 +# built first. Drop Python 3.4 to avoid unnecessary builds.
26 +PYTHON_TARGETS="python2_7 python3_5"
27 +PYTHON_SINGLE_TARGET="python3_5"
28
29 diff --git a/profiles/prefix/use.mask b/profiles/prefix/use.mask
30 index 58031ae9505..ff5a8e41047 100644
31 --- a/profiles/prefix/use.mask
32 +++ b/profiles/prefix/use.mask
33 @@ -9,3 +9,7 @@ kernel_linux
34 # and Gentoo Prefix does not have access to that. Also, definately problems with
35 # coreutils on darwin.
36 acl
37 +
38 +# Prefix removed python3_4 from PYTHON_TARGETS and PYTHON_SINGLE_TARGET
39 +python_targets_python3_4
40 +python_single_target_python3_4