diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-06-20 09:59:54 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-06-20 10:12:07 +0200 |
commit | c533252f86bbbf8277892e504a133cdd50b687bd (patch) | |
tree | c3ac705ef0caec3f218d0fc64d1a5b3533f7d7e8 /profiles/prefix | |
parent | dev-libs/elfutils: enable verbose reporting for test failures (diff) | |
download | gentoo-c533252f86bbbf8277892e504a133cdd50b687bd.tar.gz gentoo-c533252f86bbbf8277892e504a133cdd50b687bd.tar.bz2 gentoo-c533252f86bbbf8277892e504a133cdd50b687bd.zip |
profiles/prefix/make.defaults: update Ruby and Python targets
Aim for Ruby-2.4 and Python-2.7 & 3.6.
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/make.defaults | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index 9cd0b2c7bb8f..b3da563c4e27 100644 --- a/profiles/prefix/make.defaults +++ b/profiles/prefix/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Some USE-flags that only die-hards don't want: @@ -10,11 +10,10 @@ USE="readline zlib ncurses ssl" 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. Drop Python 3.4 to avoid unnecessary builds. -PYTHON_TARGETS="python2_7 python3_5" -PYTHON_SINGLE_TARGET="python3_5" +# 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" -# Move away from ruby21, fast forward to ruby24, we don't have ruby23 -RUBY_TARGETS="ruby22 ruby24" +# Move away from ruby22 fast forward to ruby24, we don't have ruby23 +RUBY_TARGETS="ruby24" |