summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-05-31 11:13:44 +0200
committerFabian Groffen <grobian@gentoo.org>2019-05-31 11:15:26 +0200
commite9de14ba9bc20dd2a4c1a45259984499f87af34d (patch)
tree3c71a45f844dfddc7d33644d4c5cdd983c0619fc /profiles
parentdev-ada/gnat_util: enable build with gnat-gpl-2019 (diff)
downloadgentoo-e9de14ba9bc20dd2a4c1a45259984499f87af34d.tar.gz
gentoo-e9de14ba9bc20dd2a4c1a45259984499f87af34d.tar.bz2
gentoo-e9de14ba9bc20dd2a4c1a45259984499f87af34d.zip
profiles/prefix/makde.defaults: drop python2_7 from PYTHON_TARGETS
As per discussion on -alt ML, drop python2_7 from default, Prefix will use Python 3 only (with Python 2 being supported if the user wants it) Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/prefix/make.defaults10
1 files changed, 5 insertions, 5 deletions
diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
index a50334dc5a41..ac1d126eb4f5 100644
--- a/profiles/prefix/make.defaults
+++ b/profiles/prefix/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Some USE-flags that only die-hards don't want:
@@ -9,11 +9,11 @@
USE="readline zlib ncurses ssl"
-# Python 3.6 is unmasked for us, build stuff by default with latest to
-# avoid unnecessary builds
+# In Prefix, aim for Python 3 only, leaving out 2 to avoid unnecessary
+# builds
# 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"
+PYTHON_TARGETS="-python2_7 python3_6"
+PYTHON_SINGLE_TARGET="python3_6"
# Move away from ruby22 fast forward to ruby24, we don't have ruby23
RUBY_TARGETS="ruby24"