commit:     f9da663374a97d02afc16bb3d350b432c8152da8
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 15:22:11 2021 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 15:33:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9da6633

app-portage/mirrorselect: add python3_9 support

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 .../{mirrorselect-2.2.6-r1.ebuild => mirrorselect-2.2.6-r2.ebuild}    | 4 ++--
 1 file 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
similarity index 95%
rename from app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild
rename to app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
index 7dda1fef15d..ca385ae2c30 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
 

Reply via email to