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 | |
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')
-rw-r--r-- | profiles/base/package.use.force | 1 | ||||
-rw-r--r-- | profiles/desc/python_single_target.desc | 1 | ||||
-rw-r--r-- | profiles/desc/python_targets.desc | 1 | ||||
-rw-r--r-- | profiles/prefix/windows/cygwin/use.mask | 5 |
4 files changed, 1 insertions, 7 deletions
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 81f0d8fb009a..2450d7885002 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -183,7 +183,6 @@ app-shells/bash:0 readline # Michał Górny <mgorny@gentoo.org> (2012-10-14) # Force-enable all PYTHON_TARGETS for python-exec to avoid using private # API. Please remember to keep it in sync with python_targets.desc. -dev-lang/python-exec python_targets_python3_7 dev-lang/python-exec python_targets_python3_8 dev-lang/python-exec python_targets_python3_9 dev-lang/python-exec python_targets_python3_10 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 diff --git a/profiles/prefix/windows/cygwin/use.mask b/profiles/prefix/windows/cygwin/use.mask index 051c6484f403..12139b1f5195 100644 --- a/profiles/prefix/windows/cygwin/use.mask +++ b/profiles/prefix/windows/cygwin/use.mask @@ -1,8 +1,5 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Re-add Cygwin's libc -elibc_Cygwin - -# we do have only python-3.6 ready on cygwin -python_targets_python3_7 |