Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/
Date: Thu, 19 May 2022 02:44:43
Message-Id: 1652928205.aa077b3df73de928373aece8fd6bacaea6567f24.zmedico@gentoo
1 commit: aa077b3df73de928373aece8fd6bacaea6567f24
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 02:43:25 2022 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 02:43:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa077b3d
7
8 app-portage/mirrorselect: enable py3.10
9
10 Closes: https://bugs.gentoo.org/845579
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild | 4 ++--
14 app-portage/mirrorselect/mirrorselect-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
18 index 2cb16439ef1d..9da6ad259064 100644
19 --- a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
20 +++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="7"
27
28 -PYTHON_COMPAT=( python3_{7,8,9} )
29 +PYTHON_COMPAT=( python3_{8..10} )
30 PYTHON_REQ_USE="xml"
31 DISTUTILS_USE_SETUPTOOLS=no
32
33
34 diff --git a/app-portage/mirrorselect/mirrorselect-9999.ebuild b/app-portage/mirrorselect/mirrorselect-9999.ebuild
35 index d78005b03452..849766a764ce 100644
36 --- a/app-portage/mirrorselect/mirrorselect-9999.ebuild
37 +++ b/app-portage/mirrorselect/mirrorselect-9999.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2021 Gentoo Authors
40 +# Copyright 1999-2022 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI="7"
44
45 -PYTHON_COMPAT=( python3_{7,8,9} )
46 +PYTHON_COMPAT=( python3_{8..10} )
47 PYTHON_REQ_USE="xml"
48 DISTUTILS_USE_SETUPTOOLS=no