profiles/prefix/make.defaults: PYTHON TARGET are incremental vars
authorMichael Haubenwallner <haubi@gentoo.org>
Wed, 20 Jun 2018 11:14:13 +0000 (13:14 +0200)
committerMichael Haubenwallner <haubi@gentoo.org>
Wed, 20 Jun 2018 11:16:43 +0000 (13:16 +0200)
We need to drop unwanted base profile values, especially for
PYTHON_SINGLE_TARGET.

profiles/prefix/make.defaults

index bf8aae2ea8514e6c2c90beb271e40ae11cb22405..3303288982f564784a613c65066530967c4e1da7 100644 (file)
@@ -10,8 +10,9 @@ USE="readline zlib ncurses ssl"
 
 # Python 3.6 is unmasked for us, build stuff by default with latest to
 # avoid unnecessary builds
-PYTHON_TARGETS="python2_7 python3_6"
-PYTHON_SINGLE_TARGET="python3_6"
+# NOTE: Both are incremental variables: Need to drop obsolete base values.
+PYTHON_TARGETS="python2_7 -python3_5 python3_6"
+PYTHON_SINGLE_TARGET="-python3_5 python3_6"
 
 # Move away from ruby22 fast forward to ruby24, we don't have ruby23
 RUBY_TARGETS="ruby24"