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 0A50F1382C5 for ; Tue, 1 Jun 2021 11:14:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45FE7E0729; Tue, 1 Jun 2021 11:14:24 +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 21530E0729 for ; Tue, 1 Jun 2021 11:14:24 +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 24D43340FAB for ; Tue, 1 Jun 2021 11:14:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DAA54A0 for ; Tue, 1 Jun 2021 11:14:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622545939.946ecbf3505f0aeb5024a3023c3143f2e25af6a3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-tools/git-tools-2019.11.ebuild dev-vcs/git-tools/git-tools-2020.09.ebuild X-VCS-Directories: dev-vcs/git-tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 946ecbf3505f0aeb5024a3023c3143f2e25af6a3 X-VCS-Branch: master Date: Tue, 1 Jun 2021 11:14:21 +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: a64544e6-98fb-482c-ab6c-e9027a584312 X-Archives-Hash: 470fa9615b0c6af0878ad95f885d94f8 commit: 946ecbf3505f0aeb5024a3023c3143f2e25af6a3 Author: Sam James gentoo org> AuthorDate: Tue Jun 1 11:12:19 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 1 11:12:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946ecbf3 dev-vcs/git-tools: add Python 3.9 Signed-off-by: Sam James gentoo.org> dev-vcs/git-tools/git-tools-2019.11.ebuild | 3 ++- dev-vcs/git-tools/git-tools-2020.09.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-vcs/git-tools/git-tools-2019.11.ebuild b/dev-vcs/git-tools/git-tools-2019.11.ebuild index 655e17b9224..33ea09d600d 100644 --- a/dev-vcs/git-tools/git-tools-2019.11.ebuild +++ b/dev-vcs/git-tools/git-tools-2019.11.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) + +PYTHON_COMPAT=( python3_{7,8,9} ) inherit python-r1 DESCRIPTION="Assorted git-related scripts" diff --git a/dev-vcs/git-tools/git-tools-2020.09.ebuild b/dev-vcs/git-tools/git-tools-2020.09.ebuild index 655e17b9224..33ea09d600d 100644 --- a/dev-vcs/git-tools/git-tools-2020.09.ebuild +++ b/dev-vcs/git-tools/git-tools-2020.09.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) + +PYTHON_COMPAT=( python3_{7,8,9} ) inherit python-r1 DESCRIPTION="Assorted git-related scripts"