summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-15 15:11:01 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-15 18:05:54 +0100
commitf2cddf799029258efea18ffcff9110a3367761ec (patch)
treebb2fb6c54984613b51487dbaac1922000b6677af /profiles/desc
parentpython-utils-r1.eclass: Disable python3_6 (diff)
downloadgentoo-f2cddf799029258efea18ffcff9110a3367761ec.tar.gz
gentoo-f2cddf799029258efea18ffcff9110a3367761ec.tar.bz2
gentoo-f2cddf799029258efea18ffcff9110a3367761ec.zip
profiles: Remove python3_6 flags
Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/18873 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/desc')
-rw-r--r--profiles/desc/python_single_target.desc3
-rw-r--r--profiles/desc/python_targets.desc3
2 files changed, 2 insertions, 4 deletions
diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc
index 8101fce1ec74..08637d9955cf 100644
--- a/profiles/desc/python_single_target.desc
+++ b/profiles/desc/python_single_target.desc
@@ -1,10 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors.
+# Copyright 1999-2021 Gentoo Authors.
# Distributed under the terms of the GNU General Public License v2
# This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags.
python2_7 - Build for Python 2.7 only
-python3_6 - Build for Python 3.6 only
python3_7 - Build for Python 3.7 only
python3_8 - Build for Python 3.8 only
python3_9 - Build for Python 3.9 only
diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc
index da103c797788..0bea2b637481 100644
--- a/profiles/desc/python_targets.desc
+++ b/profiles/desc/python_targets.desc
@@ -1,10 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors.
+# Copyright 1999-2021 Gentoo Authors.
# Distributed under the terms of the GNU General Public License v2
# This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags.
python2_7 - Build with Python 2.7
-python3_6 - Build with Python 3.6
python3_7 - Build with Python 3.7
python3_8 - Build with Python 3.8
python3_9 - Build with Python 3.9