Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-tools/
Date: Tue, 01 Jun 2021 11:14:25
Message-Id: 1622545939.946ecbf3505f0aeb5024a3023c3143f2e25af6a3.sam@gentoo
1 commit: 946ecbf3505f0aeb5024a3023c3143f2e25af6a3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 11:12:19 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 11:12:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946ecbf3
7
8 dev-vcs/git-tools: add Python 3.9
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-vcs/git-tools/git-tools-2019.11.ebuild | 3 ++-
13 dev-vcs/git-tools/git-tools-2020.09.ebuild | 3 ++-
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-vcs/git-tools/git-tools-2019.11.ebuild b/dev-vcs/git-tools/git-tools-2019.11.ebuild
17 index 655e17b9224..33ea09d600d 100644
18 --- a/dev-vcs/git-tools/git-tools-2019.11.ebuild
19 +++ b/dev-vcs/git-tools/git-tools-2019.11.ebuild
20 @@ -2,7 +2,8 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_{7,8} )
25 +
26 +PYTHON_COMPAT=( python3_{7,8,9} )
27 inherit python-r1
28
29 DESCRIPTION="Assorted git-related scripts"
30
31 diff --git a/dev-vcs/git-tools/git-tools-2020.09.ebuild b/dev-vcs/git-tools/git-tools-2020.09.ebuild
32 index 655e17b9224..33ea09d600d 100644
33 --- a/dev-vcs/git-tools/git-tools-2020.09.ebuild
34 +++ b/dev-vcs/git-tools/git-tools-2020.09.ebuild
35 @@ -2,7 +2,8 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=7
39 -PYTHON_COMPAT=( python3_{7,8} )
40 +
41 +PYTHON_COMPAT=( python3_{7,8,9} )
42 inherit python-r1
43
44 DESCRIPTION="Assorted git-related scripts"