diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-06-22 13:25:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-06-22 14:00:54 +0200 |
commit | 38ca8ab5607583627b1d8a493f3dba1e183e401d (patch) | |
tree | ededdc10f7b4f074e6b0c0d68419716bfcb37513 /profiles/prefix | |
parent | profiles/base: Switch default to python3_6 (diff) | |
download | gentoo-38ca8ab5607583627b1d8a493f3dba1e183e401d.tar.gz gentoo-38ca8ab5607583627b1d8a493f3dba1e183e401d.tar.bz2 gentoo-38ca8ab5607583627b1d8a493f3dba1e183e401d.zip |
profiles/prefix: Remove redundant python3_6 default
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/make.defaults | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index 3303288982f5..3c8c9964ce42 100644 --- a/profiles/prefix/make.defaults +++ b/profiles/prefix/make.defaults @@ -8,11 +8,5 @@ # 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" |