diff options
author | Ben Kohler <bkohler@gentoo.org> | 2021-02-20 09:22:11 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-02-20 09:33:54 -0600 |
commit | f9da663374a97d02afc16bb3d350b432c8152da8 (patch) | |
tree | 5ad840b7a2f191c82abdff5da2290122df9c13b8 /app-portage | |
parent | dev-util/catalyst: add python3_9 support (diff) | |
download | gentoo-f9da663374a97d02afc16bb3d350b432c8152da8.tar.gz gentoo-f9da663374a97d02afc16bb3d350b432c8152da8.tar.bz2 gentoo-f9da663374a97d02afc16bb3d350b432c8152da8.zip |
app-portage/mirrorselect: add python3_9 support
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild (renamed from app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild index 7dda1fef15da..ca385ae2c309 100644 --- a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild +++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_REQ_USE="xml" DISTUTILS_USE_SETUPTOOLS=no |