diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-24 02:22:33 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-24 02:22:50 +0300 |
commit | 4a777ba454a6e2390cd303e8dc2ab6c554ad7a3b (patch) | |
tree | 8cef3f41d7e1f5cd8bddd1b0cb0e2058d6effa28 /profiles | |
parent | dev-util/vulkan-headers: Drop old (diff) | |
download | gentoo-4a777ba454a6e2390cd303e8dc2ab6c554ad7a3b.tar.gz gentoo-4a777ba454a6e2390cd303e8dc2ab6c554ad7a3b.tar.bz2 gentoo-4a777ba454a6e2390cd303e8dc2ab6c554ad7a3b.zip |
profiles/prefix: restore python3.6 defaults
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/make.defaults | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index 3c8c9964ce42..a50334dc5a41 100644 --- a/profiles/prefix/make.defaults +++ b/profiles/prefix/make.defaults @@ -8,5 +8,12 @@ # ssl: encrypted connections are a nice feature USE="readline zlib ncurses ssl" + +# Python 3.6 is unmasked for us, build stuff by default with latest 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" + # Move away from ruby22 fast forward to ruby24, we don't have ruby23 RUBY_TARGETS="ruby24" |