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/desc | |
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/desc')
-rw-r--r-- | profiles/desc/python_single_target.desc | 1 | ||||
-rw-r--r-- | profiles/desc/python_targets.desc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index 08637d9955cf..1be4dd4001a6 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -3,7 +3,6 @@ # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. -python2_7 - Build for Python 2.7 only python3_7 - Build for Python 3.7 only python3_8 - Build for Python 3.8 only python3_9 - Build for Python 3.9 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 0bea2b637481..66d152ff98c0 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -3,7 +3,6 @@ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. -python2_7 - Build with Python 2.7 python3_7 - Build with Python 3.7 python3_8 - Build with Python 3.8 python3_9 - Build with Python 3.9 |