diff options
author | David Seifert <soap@gentoo.org> | 2019-12-30 01:48:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-30 13:58:53 +0100 |
commit | e636f5a60842cf91e4a6435667dbc70689e7a231 (patch) | |
tree | e45781108c12be7ac5d6cf69957cb9b4ac8b2c19 /profiles/desc | |
parent | python-utils-r1.eclass: Remove PYTHON_TARGETS="jython2_7" (diff) | |
download | gentoo-e636f5a60842cf91e4a6435667dbc70689e7a231.tar.gz gentoo-e636f5a60842cf91e4a6435667dbc70689e7a231.tar.bz2 gentoo-e636f5a60842cf91e4a6435667dbc70689e7a231.zip |
profiles: Remove dead PYTHON_TARGETS
Signed-off-by: David Seifert <soap@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/14164
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/python_single_target.desc | 3 | ||||
-rw-r--r-- | profiles/desc/python_targets.desc | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index 574d99eb6a5b..6f8f16d8d04f 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -4,10 +4,7 @@ # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. python2_7 - Build for Python 2.7 only -python3_5 - Build for Python 3.5 only python3_6 - Build for Python 3.6 only python3_7 - Build for Python 3.7 only python3_8 - Build for Python 3.8 only -jython2_7 - Build for Jython 2.7 only -pypy - Build for PyPy only pypy3 - Build for PyPy3 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 4827da4af78f..7823e2baa42f 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -4,10 +4,7 @@ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. python2_7 - Build with Python 2.7 -python3_5 - Build with Python 3.5 python3_6 - Build with Python 3.6 python3_7 - Build with Python 3.7 python3_8 - Build with Python 3.8 -jython2_7 - Build with Jython 2.7 -pypy - Build with PyPy pypy3 - Build with PyPy3 |