diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-31 00:33:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-31 01:06:36 +0100 |
commit | ab9b5d9e5768d1a65a42a818ab3d82347a8d1cd9 (patch) | |
tree | 835e6950c418d686e5d12dc727cdef83b07366e8 /profiles/prefix | |
parent | app-portage/gpyutils: Mark py2.7 dead (diff) | |
download | gentoo-ab9b5d9e5768d1a65a42a818ab3d82347a8d1cd9.tar.gz gentoo-ab9b5d9e5768d1a65a42a818ab3d82347a8d1cd9.tar.bz2 gentoo-ab9b5d9e5768d1a65a42a818ab3d82347a8d1cd9.zip |
profiles: Clean py2.7 leftovers
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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 77e5de432700..cf9a80a85256 100644 --- a/profiles/prefix/make.defaults +++ b/profiles/prefix/make.defaults @@ -7,9 +7,3 @@ # ncurses: a nice working console drawing library # ssl: encrypted connections are a nice feature USE="readline zlib ncurses ssl" - - -# 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" |