profiles/prefix: set PYTHON_SINGLE_TARGET, avoid python-3.4

This commit is contained in:
Fabian Groffen
2017-06-21 10:10:30 +02:00
parent 3e6470fd45
commit 308e0b5207
2 changed files with 2 additions and 5 deletions

View File

@@ -13,4 +13,5 @@ FEATURES="collision-protect"
# Python 3.5 is unmasked for us, build stuff by default, in particular
# for bug #572502 where the default python is set to 3.5 for it was
# built first.
PYTHON_TARGETS="python2_7 python3_5"
PYTHON_TARGETS="python2_7 -python3_4 python3_5"
PYTHON_SINGLE_TARGET="-python3_4 python3_5"

View File

@@ -9,7 +9,3 @@ kernel_linux
# and Gentoo Prefix does not have access to that. Also, definately problems with
# coreutils on darwin.
acl
# app-editors/vim does not like multiple python3 targets (bug#575096),
# but PYTHON_TARGETS=-python3_4 does not work either (is not incremental).
python_targets_python3_4