diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-01 13:56:56 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 14:43:29 +0100 |
commit | 8b5de2566b3e69d0f1ccbba7c1667592786e62c8 (patch) | |
tree | edbbd6c0bb4bf49ab7c141cff97a0b9e9f04ebc7 /profiles | |
parent | python-utils-r1.eclass: Disable python3_9 (diff) | |
download | gentoo-8b5de2566b3e69d0f1ccbba7c1667592786e62c8.tar.gz gentoo-8b5de2566b3e69d0f1ccbba7c1667592786e62c8.tar.bz2 gentoo-8b5de2566b3e69d0f1ccbba7c1667592786e62c8.zip |
profiles: Remove python3_9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Sam James <sam@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 |
3 files changed, 0 insertions, 3 deletions
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 699b54e3ef9e..d02c5ebecc65 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -207,7 +207,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_9 dev-lang/python-exec python_targets_python3_10 dev-lang/python-exec python_targets_python3_11 dev-lang/python-exec python_targets_pypy3 diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index e0f1bed263a1..d931638828a9 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_9 - Build for Python 3.9 only python3_10 - Build for Python 3.10 only python3_11 - Build for Python 3.11 only pypy3 - Build for PyPy3 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 7b5841ecd4b3..bb38d02367e9 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_9 - Build with Python 3.9 python3_10 - Build with Python 3.10 python3_11 - Build with Python 3.11 pypy3 - Build with PyPy3 |