diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-18 00:15:43 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-02-27 22:12:42 +0100 |
commit | 97c44bb61580523ec2a3b42b4ddbcbb8dae07e64 (patch) | |
tree | 398cedf06d14b02d936b8ffe8d61dd142065388b /app-portage | |
parent | media-libs/lensfun: python3_9 (diff) | |
download | gentoo-97c44bb61580523ec2a3b42b4ddbcbb8dae07e64.tar.gz gentoo-97c44bb61580523ec2a3b42b4ddbcbb8dae07e64.tar.bz2 gentoo-97c44bb61580523ec2a3b42b4ddbcbb8dae07e64.zip |
app-portage/mirrorselect: python3_9
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/19008
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild | 7 | ||||
-rw-r--r-- | 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 ca385ae2c309..0b265a74e52a 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 dc5ffaaf50c5..6f0ad3e3f064 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 |