From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90D1F1382C5 for ; Sat, 27 Feb 2021 21:12:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6422E086F; Sat, 27 Feb 2021 21:12:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEF80E0891 for ; Sat, 27 Feb 2021 21:12:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92CD63410EE for ; Sat, 27 Feb 2021 21:12:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D37004E9 for ; Sat, 27 Feb 2021 21:12:49 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1614460362.97c44bb61580523ec2a3b42b4ddbcbb8dae07e64.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/mirrorselect/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild app-portage/mirrorselect/mirrorselect-9999.ebuild X-VCS-Directories: app-portage/mirrorselect/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 97c44bb61580523ec2a3b42b4ddbcbb8dae07e64 X-VCS-Branch: master Date: Sat, 27 Feb 2021 21:12:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2c48e52e-4243-4953-b823-81d570892440 X-Archives-Hash: 301b7de551a2a346979d19e09312a7bd commit: 97c44bb61580523ec2a3b42b4ddbcbb8dae07e64 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 17 23:15:43 2021 +0000 Commit: Andreas K. Hüttel gentoo 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 gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/19008 Signed-off-by: Andreas K. Hüttel 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