diff options
author | David Seifert <soap@gentoo.org> | 2023-01-14 12:16:16 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-01-14 12:16:16 +0100 |
commit | 69b674e49e70369b4a5da3a958f4e1556d6b01f7 (patch) | |
tree | c5b50737bcf8d457e3bd77e149ae270096d0551f /profiles/desc | |
parent | profiles: mask py3.8-only backports (diff) | |
download | gentoo-69b674e49e70369b4a5da3a958f4e1556d6b01f7.tar.gz gentoo-69b674e49e70369b4a5da3a958f4e1556d6b01f7.tar.bz2 gentoo-69b674e49e70369b4a5da3a958f4e1556d6b01f7.zip |
python-utils-r1.eclass: remove py3.8
Signed-off-by: David Seifert <soap@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, 2 insertions, 4 deletions
diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index 6c978694943c..e0f1bed263a1 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -1,9 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors. +# Copyright 1999-2023 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. -python3_8 - Build for Python 3.8 only python3_9 - Build for Python 3.9 only python3_10 - Build for Python 3.10 only python3_11 - Build for Python 3.11 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index ad77fbf5b60f..7b5841ecd4b3 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -1,9 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors. +# Copyright 1999-2023 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. -python3_8 - Build with Python 3.8 python3_9 - Build with Python 3.9 python3_10 - Build with Python 3.10 python3_11 - Build with Python 3.11 |