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 CDAEC13835C for ; Sat, 20 Feb 2021 15:34:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F250E0887; Sat, 20 Feb 2021 15:34:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E5B41E0886 for ; Sat, 20 Feb 2021 15:34:15 +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 0BBC2340FDD for ; Sat, 20 Feb 2021 15:34:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD1244F3 for ; Sat, 20 Feb 2021 15:34:11 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1613835234.f9da663374a97d02afc16bb3d350b432c8152da8.bkohler@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-r1.ebuild app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild X-VCS-Directories: app-portage/mirrorselect/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: f9da663374a97d02afc16bb3d350b432c8152da8 X-VCS-Branch: master Date: Sat, 20 Feb 2021 15:34:11 +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: dac3ede4-3bfa-4436-9bb4-ded2174d10e2 X-Archives-Hash: 4a4a3ce4779637aa628577e63302c64b commit: f9da663374a97d02afc16bb3d350b432c8152da8 Author: Ben Kohler gentoo org> AuthorDate: Sat Feb 20 15:22:11 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Sat Feb 20 15:33:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9da6633 app-portage/mirrorselect: add python3_9 support Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Ben Kohler gentoo.org> .../{mirrorselect-2.2.6-r1.ebuild => mirrorselect-2.2.6-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild similarity index 95% rename from app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild rename to app-portage/mirrorselect/mirrorselect-2.2.6-r2.ebuild index 7dda1fef15d..ca385ae2c30 100644 --- a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild +++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r2.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