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/desc | |
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/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 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 |