diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-15 15:11:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-15 18:05:54 +0100 |
commit | f2cddf799029258efea18ffcff9110a3367761ec (patch) | |
tree | bb2fb6c54984613b51487dbaac1922000b6677af /profiles/desc/python_targets.desc | |
parent | python-utils-r1.eclass: Disable python3_6 (diff) | |
download | gentoo-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/python_targets.desc')
-rw-r--r-- | profiles/desc/python_targets.desc | 3 |
1 files changed, 1 insertions, 2 deletions
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 |