commit: b4dc9c5db5c8296ec3f710f9e17dcc5dc130d039 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Wed Jun 21 09:29:02 2017 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Wed Jun 21 09:29:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4dc9c5d
profiles/prefix: re-mask python_targets_python3_4 again, we can't negate stuff profiles/prefix/make.defaults | 6 +++--- profiles/prefix/use.mask | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index 6fdc2367518..14ae9b2fd7f 100644 --- a/profiles/prefix/make.defaults +++ b/profiles/prefix/make.defaults @@ -12,6 +12,6 @@ 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_4 python3_5" -PYTHON_SINGLE_TARGET="-python3_4 python3_5" +# built first. Drop Python 3.4 to avoid unnecessary builds. +PYTHON_TARGETS="python2_7 python3_5" +PYTHON_SINGLE_TARGET="python3_5" diff --git a/profiles/prefix/use.mask b/profiles/prefix/use.mask index 58031ae9505..ff5a8e41047 100644 --- a/profiles/prefix/use.mask +++ b/profiles/prefix/use.mask @@ -9,3 +9,7 @@ kernel_linux # and Gentoo Prefix does not have access to that. Also, definately problems with # coreutils on darwin. acl + +# Prefix removed python3_4 from PYTHON_TARGETS and PYTHON_SINGLE_TARGET +python_targets_python3_4 +python_single_target_python3_4
