Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/
Date: Tue, 09 Feb 2021 10:26:28
Message-Id: 1612866381.b48c3fd97a1ed317a91b710be36243625474f507.polynomial-c@gentoo
1 commit: b48c3fd97a1ed317a91b710be36243625474f507
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 09:57:44 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 10:26:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48c3fd9
7
8 dev-vcs/git: Support python3_9
9
10 Closes: https://bugs.gentoo.org/760369
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 dev-vcs/git/git-2.30.1.ebuild | 2 +-
15 dev-vcs/git/git-9999-r1.ebuild | 2 +-
16 dev-vcs/git/git-9999-r2.ebuild | 2 +-
17 dev-vcs/git/git-9999-r3.ebuild | 2 +-
18 dev-vcs/git/git-9999.ebuild | 2 +-
19 5 files changed, 5 insertions(+), 5 deletions(-)
20
21 diff --git a/dev-vcs/git/git-2.30.1.ebuild b/dev-vcs/git/git-2.30.1.ebuild
22 index d73a1120a38..f6a6fb30a9e 100644
23 --- a/dev-vcs/git/git-2.30.1.ebuild
24 +++ b/dev-vcs/git/git-2.30.1.ebuild
25 @@ -6,7 +6,7 @@ EAPI=7
26 GENTOO_DEPEND_ON_PERL=no
27
28 # bug #329479: git-remote-testgit is not multiple-version aware
29 -PYTHON_COMPAT=( python3_{7,8} )
30 +PYTHON_COMPAT=( python3_{7..9} )
31
32 inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd
33
34
35 diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild
36 index 7bb8023418f..4d91e177d37 100644
37 --- a/dev-vcs/git/git-9999-r1.ebuild
38 +++ b/dev-vcs/git/git-9999-r1.ebuild
39 @@ -6,7 +6,7 @@ EAPI=7
40 GENTOO_DEPEND_ON_PERL=no
41
42 # bug #329479: git-remote-testgit is not multiple-version aware
43 -PYTHON_COMPAT=( python3_{7,8} )
44 +PYTHON_COMPAT=( python3_{7..9} )
45
46 inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd
47
48
49 diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild
50 index 7bb8023418f..4d91e177d37 100644
51 --- a/dev-vcs/git/git-9999-r2.ebuild
52 +++ b/dev-vcs/git/git-9999-r2.ebuild
53 @@ -6,7 +6,7 @@ EAPI=7
54 GENTOO_DEPEND_ON_PERL=no
55
56 # bug #329479: git-remote-testgit is not multiple-version aware
57 -PYTHON_COMPAT=( python3_{7,8} )
58 +PYTHON_COMPAT=( python3_{7..9} )
59
60 inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd
61
62
63 diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild
64 index d73a1120a38..f6a6fb30a9e 100644
65 --- a/dev-vcs/git/git-9999-r3.ebuild
66 +++ b/dev-vcs/git/git-9999-r3.ebuild
67 @@ -6,7 +6,7 @@ EAPI=7
68 GENTOO_DEPEND_ON_PERL=no
69
70 # bug #329479: git-remote-testgit is not multiple-version aware
71 -PYTHON_COMPAT=( python3_{7,8} )
72 +PYTHON_COMPAT=( python3_{7..9} )
73
74 inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd
75
76
77 diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild
78 index 7bb8023418f..4d91e177d37 100644
79 --- a/dev-vcs/git/git-9999.ebuild
80 +++ b/dev-vcs/git/git-9999.ebuild
81 @@ -6,7 +6,7 @@ EAPI=7
82 GENTOO_DEPEND_ON_PERL=no
83
84 # bug #329479: git-remote-testgit is not multiple-version aware
85 -PYTHON_COMPAT=( python3_{7,8} )
86 +PYTHON_COMPAT=( python3_{7..9} )
87
88 inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd