From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1253321-garchives=archives.gentoo.org@lists.gentoo.org> 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 945531382C5 for <garchives@archives.gentoo.org>; 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 D2F34E0882; Sat, 20 Feb 2021 15:34:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BFA0EE0882 for <gentoo-commits@lists.gentoo.org>; Sat, 20 Feb 2021 15:34:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E9179340FDC for <gentoo-commits@lists.gentoo.org>; Sat, 20 Feb 2021 15:34:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8C754F1 for <gentoo-commits@lists.gentoo.org>; Sat, 20 Feb 2021 15:34:11 +0000 (UTC) From: "Ben Kohler" <bkohler@gentoo.org> 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" <bkohler@gentoo.org> Message-ID: <1613835230.ca939a9932badb507a80b6f8b9bccdba8f18970e.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/catalyst/catalyst-3.0.15-r1.ebuild dev-util/catalyst/catalyst-3.0.15.ebuild X-VCS-Directories: dev-util/catalyst/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: ca939a9932badb507a80b6f8b9bccdba8f18970e X-VCS-Branch: master Date: Sat, 20 Feb 2021 15:34:11 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 93437ec9-d121-4d35-bd43-50a874f9c616 X-Archives-Hash: 22001bf106858a2c53d9fa94e8dda0fc commit: ca939a9932badb507a80b6f8b9bccdba8f18970e Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Sat Feb 20 15:16:52 2021 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Sat Feb 20 15:33:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca939a99 dev-util/catalyst: add python3_9 support Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> .../catalyst/{catalyst-3.0.15.ebuild => catalyst-3.0.15-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/catalyst/catalyst-3.0.15.ebuild b/dev-util/catalyst/catalyst-3.0.15-r1.ebuild similarity index 96% rename from dev-util/catalyst/catalyst-3.0.15.ebuild rename to dev-util/catalyst/catalyst-3.0.15-r1.ebuild index faee3ee3c2b..0d75c589a34 100644 --- a/dev-util/catalyst/catalyst-3.0.15.ebuild +++ b/dev-util/catalyst/catalyst-3.0.15-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ else KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86" fi -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 ${SRC_ECLASS}