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 08:11:03
Message-Id: 1498032639.308e0b520704b8d4631b7b3fb4aaaa1507e0fd7e.grobian@gentoo
1 commit: 308e0b520704b8d4631b7b3fb4aaaa1507e0fd7e
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 21 08:10:30 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 21 08:10:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308e0b52
7
8 profiles/prefix: set PYTHON_SINGLE_TARGET, avoid python-3.4
9
10 profiles/prefix/make.defaults | 3 ++-
11 profiles/prefix/use.mask | 4 ----
12 2 files changed, 2 insertions(+), 5 deletions(-)
13
14 diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
15 index 3a50bb6258d..6fdc2367518 100644
16 --- a/profiles/prefix/make.defaults
17 +++ b/profiles/prefix/make.defaults
18 @@ -13,4 +13,5 @@ FEATURES="collision-protect"
19 # Python 3.5 is unmasked for us, build stuff by default, in particular
20 # for bug #572502 where the default python is set to 3.5 for it was
21 # built first.
22 -PYTHON_TARGETS="python2_7 python3_5"
23 +PYTHON_TARGETS="python2_7 -python3_4 python3_5"
24 +PYTHON_SINGLE_TARGET="-python3_4 python3_5"
25
26 diff --git a/profiles/prefix/use.mask b/profiles/prefix/use.mask
27 index 4826702151b..58031ae9505 100644
28 --- a/profiles/prefix/use.mask
29 +++ b/profiles/prefix/use.mask
30 @@ -9,7 +9,3 @@ kernel_linux
31 # and Gentoo Prefix does not have access to that. Also, definately problems with
32 # coreutils on darwin.
33 acl
34 -
35 -# app-editors/vim does not like multiple python3 targets (bug#575096),
36 -# but PYTHON_TARGETS=-python3_4 does not work either (is not incremental).
37 -python_targets_python3_4