commit: 308e0b520704b8d4631b7b3fb4aaaa1507e0fd7e Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Wed Jun 21 08:10:30 2017 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Wed Jun 21 08:10:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308e0b52
profiles/prefix: set PYTHON_SINGLE_TARGET, avoid python-3.4 profiles/prefix/make.defaults | 3 ++- profiles/prefix/use.mask | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index 3a50bb6258d..6fdc2367518 100644 --- a/profiles/prefix/make.defaults +++ b/profiles/prefix/make.defaults @@ -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" diff --git a/profiles/prefix/use.mask b/profiles/prefix/use.mask index 4826702151b..58031ae9505 100644 --- a/profiles/prefix/use.mask +++ b/profiles/prefix/use.mask @@ -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
