diff options
author | Zac Medico <zmedico@gentoo.org> | 2022-05-18 19:43:25 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2022-05-18 19:43:25 -0700 |
commit | aa077b3df73de928373aece8fd6bacaea6567f24 (patch) | |
tree | 26513c612898badb9b0b658ffb8c64227e1e5832 /app-portage | |
parent | app-text/calibre: enable py3.10 (diff) | |
download | gentoo-aa077b3df73de928373aece8fd6bacaea6567f24.tar.gz gentoo-aa077b3df73de928373aece8fd6bacaea6567f24.tar.bz2 gentoo-aa077b3df73de928373aece8fd6bacaea6567f24.zip |
app-portage/mirrorselect: enable py3.10
Closes: https://bugs.gentoo.org/845579
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild | 4 | ||||
-rw-r--r-- | app-portage/mirrorselect/mirrorselect-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild index 2cb16439ef1d..9da6ad259064 100644 --- a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild +++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="xml" DISTUTILS_USE_SETUPTOOLS=no diff --git a/app-portage/mirrorselect/mirrorselect-9999.ebuild b/app-portage/mirrorselect/mirrorselect-9999.ebuild index d78005b03452..849766a764ce 100644 --- a/app-portage/mirrorselect/mirrorselect-9999.ebuild +++ b/app-portage/mirrorselect/mirrorselect-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="xml" DISTUTILS_USE_SETUPTOOLS=no |