profiles/prefix: restore python3.6 defaults
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 23 Jun 2018 23:22:33 +0000 (02:22 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 23 Jun 2018 23:22:50 +0000 (02:22 +0300)
profiles/prefix/make.defaults

index 3c8c9964ce422fb0b14682d9f35a5545391d1f77..a50334dc5a412a91abd39988749de4817665d409 100644 (file)
@@ -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"