diff options
author | 2017-06-21 11:29:02 +0200 | |
---|---|---|
committer | 2017-06-21 11:29:16 +0200 | |
commit | b4dc9c5db5c8296ec3f710f9e17dcc5dc130d039 (patch) | |
tree | 857fc671c0c0791327538e0546f83c9c51d65537 /profiles | |
parent | net-misc/iperf: Version bump. (diff) | |
download | gentoo-b4dc9c5db5c8296ec3f710f9e17dcc5dc130d039.tar.gz gentoo-b4dc9c5db5c8296ec3f710f9e17dcc5dc130d039.tar.bz2 gentoo-b4dc9c5db5c8296ec3f710f9e17dcc5dc130d039.zip |
profiles/prefix: re-mask python_targets_python3_4 again, we can't negate stuff
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/make.defaults | 6 | ||||
-rw-r--r-- | 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 6fdc23675182..14ae9b2fd7fb 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 58031ae9505f..ff5a8e41047f 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 |