diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-31 23:32:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-01 09:48:05 +0200 |
commit | 853ebeee4d460604c84e32602ca2f8f990c875ba (patch) | |
tree | 94506938ff8885e12b8f4687f1d4db73be5a678d /profiles/desc | |
parent | python-utils-r1.eclass: Disable python3_7 (diff) | |
download | gentoo-853ebeee4d460604c84e32602ca2f8f990c875ba.tar.gz gentoo-853ebeee4d460604c84e32602ca2f8f990c875ba.tar.bz2 gentoo-853ebeee4d460604c84e32602ca2f8f990c875ba.zip |
profiles: Remove obsolete python3_7 references
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 4e52300f9d83..d670f950de72 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. -python3_7 - Build for Python 3.7 only python3_8 - Build for Python 3.8 only python3_9 - Build for Python 3.9 only python3_10 - Build for Python 3.10 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 526bf6e292bf..ba8b8ea5eff8 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. -python3_7 - Build with Python 3.7 python3_8 - Build with Python 3.8 python3_9 - Build with Python 3.9 python3_10 - Build with Python 3.10 |