diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2022-05-31 12:03:52 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2022-05-31 12:12:50 -0700 |
commit | d0384abc2618181f6323557fe3ce0b3c11bbfe47 (patch) | |
tree | df0b5b6b8515f222bcaddba78cf20fd3d3980d75 /app-portage | |
parent | x11-drivers/nvidia-drivers: revert installation of PM rules (diff) | |
download | gentoo-d0384abc2618181f6323557fe3ce0b3c11bbfe47.tar.gz gentoo-d0384abc2618181f6323557fe3ce0b3c11bbfe47.tar.bz2 gentoo-d0384abc2618181f6323557fe3ce0b3c11bbfe47.zip |
app-portage/mirrorselect: Update 9999 for latest code
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/mirrorselect/mirrorselect-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-portage/mirrorselect/mirrorselect-9999.ebuild b/app-portage/mirrorselect/mirrorselect-9999.ebuild index 849766a764ce..505417a219e3 100644 --- a/app-portage/mirrorselect/mirrorselect-9999.ebuild +++ b/app-portage/mirrorselect/mirrorselect-9999.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="xml" -DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 git-r3 prefix -EGIT_REPO_URI="git://anongit.gentoo.org/proj/mirrorselect.git" +EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/mirrorselect.git" DESCRIPTION="Tool to help select distfiles mirrors for Gentoo" HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect" |