summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2018-06-20 13:14:13 +0200
committerMichael Haubenwallner <haubi@gentoo.org>2018-06-20 13:16:43 +0200
commita0d22a30c6d3caba0310b29d3c732a0cc8778c71 (patch)
tree9b185383fe75a8898b54f58bd4cf13f75add699c
parenteclass/ros-catkin.eclass: Use https for homepage and add ROS_REPO_URI too for... (diff)
downloadgentoo-a0d22a30c6d3caba0310b29d3c732a0cc8778c71.tar.gz
gentoo-a0d22a30c6d3caba0310b29d3c732a0cc8778c71.tar.bz2
gentoo-a0d22a30c6d3caba0310b29d3c732a0cc8778c71.zip
profiles/prefix/make.defaults: PYTHON TARGET are incremental vars
We need to drop unwanted base profile values, especially for PYTHON_SINGLE_TARGET.
-rw-r--r--profiles/prefix/make.defaults5
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
index bf8aae2ea851..3303288982f5 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"