commit:     a0d22a30c6d3caba0310b29d3c732a0cc8778c71
Author:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 20 11:14:13 2018 +0000
Commit:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Wed Jun 20 11:16:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d22a30

profiles/prefix/make.defaults: PYTHON TARGET are incremental vars

We need to drop unwanted base profile values, especially for
PYTHON_SINGLE_TARGET.

 profiles/prefix/make.defaults | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
index bf8aae2ea85..3303288982f 100644
--- a/profiles/prefix/make.defaults
+++ b/profiles/prefix/make.defaults
@@ -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"

Reply via email to