commit: 97c44bb61580523ec2a3b42b4ddbcbb8dae07e64 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Jan 17 23:15:43 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Feb 27 21:12:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c44bb6
app-portage/mirrorselect: python3_9 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/19008 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild | 7 +++---- app-portage/mirrorselect/mirrorselect-9999.ebuild | 9 ++++----- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild index ca385ae2c30..0b265a74e52 100644 --- a/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild +++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild @@ -13,19 +13,18 @@ DESCRIPTION="Tool to help select distfiles mirrors for Gentoo" HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect" SRC_URI="https://dev.gentoo.org/~zmedico/dist/${P}.tar.gz https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test - " +" LICENSE="GPL-2" SLOT="0" -IUSE="ipv6" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" +IUSE="ipv6" RDEPEND=" dev-util/dialog >=net-analyzer/netselect-0.4[ipv6(+)?] >=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}] - " +" python_prepare_all() { python_setup diff --git a/app-portage/mirrorselect/mirrorselect-9999.ebuild b/app-portage/mirrorselect/mirrorselect-9999.ebuild index dc5ffaaf50c..6f0ad3e3f06 100644 --- a/app-portage/mirrorselect/mirrorselect-9999.ebuild +++ b/app-portage/mirrorselect/mirrorselect-9999.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 @@ -17,15 +17,14 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -IUSE="" - KEYWORDS="" +IUSE="" RDEPEND=" dev-util/dialog >=net-analyzer/netselect-0.4[ipv6(+)] ~dev-python/ssl-fetch-9999[${PYTHON_USEDEP}] - " +" python_prepare_all() { python_setup
