Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/
Date: Tue, 31 May 2022 19:13:01
Message-Id: 1654024370.d0384abc2618181f6323557fe3ce0b3c11bbfe47.dolsen@gentoo
1 commit: d0384abc2618181f6323557fe3ce0b3c11bbfe47
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 19:03:52 2022 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 19:12:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0384abc
7
8 app-portage/mirrorselect: Update 9999 for latest code
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
12
13 app-portage/mirrorselect/mirrorselect-9999.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-portage/mirrorselect/mirrorselect-9999.ebuild b/app-portage/mirrorselect/mirrorselect-9999.ebuild
17 index 849766a764ce..505417a219e3 100644
18 --- a/app-portage/mirrorselect/mirrorselect-9999.ebuild
19 +++ b/app-portage/mirrorselect/mirrorselect-9999.ebuild
20 @@ -1,15 +1,15 @@
21 # Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="7"
25 +EAPI="8"
26
27 +DISTUTILS_USE_PEP517=setuptools
28 PYTHON_COMPAT=( python3_{8..10} )
29 PYTHON_REQ_USE="xml"
30 -DISTUTILS_USE_SETUPTOOLS=no
31
32 inherit distutils-r1 git-r3 prefix
33
34 -EGIT_REPO_URI="git://anongit.gentoo.org/proj/mirrorselect.git"
35 +EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/mirrorselect.git"
36
37 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
38 HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect"