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: Mon, 17 May 2021 08:31:38
Message-Id: 1621240280.cfec49bfce600c1e90ecac96bb02395cf3a979de.polynomial-c@gentoo
1 commit: cfec49bfce600c1e90ecac96bb02395cf3a979de
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 17 08:29:46 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon May 17 08:31:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfec49bf
7
8 dev-vcs/git: Added python3_10 support
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 dev-vcs/git/git-9999-r1.ebuild | 2 +-
13 dev-vcs/git/git-9999-r2.ebuild | 2 +-
14 dev-vcs/git/git-9999-r3.ebuild | 2 +-
15 dev-vcs/git/git-9999.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild
19 index 15046ddabac..033fc0bd04a 100644
20 --- a/dev-vcs/git/git-9999-r1.ebuild
21 +++ b/dev-vcs/git/git-9999-r1.ebuild
22 @@ -6,7 +6,7 @@ EAPI=7
23 GENTOO_DEPEND_ON_PERL=no
24
25 # bug #329479: git-remote-testgit is not multiple-version aware
26 -PYTHON_COMPAT=( python3_{7..9} )
27 +PYTHON_COMPAT=( python3_{7..10} )
28
29 inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd
30
31
32 diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild
33 index 15046ddabac..033fc0bd04a 100644
34 --- a/dev-vcs/git/git-9999-r2.ebuild
35 +++ b/dev-vcs/git/git-9999-r2.ebuild
36 @@ -6,7 +6,7 @@ EAPI=7
37 GENTOO_DEPEND_ON_PERL=no
38
39 # bug #329479: git-remote-testgit is not multiple-version aware
40 -PYTHON_COMPAT=( python3_{7..9} )
41 +PYTHON_COMPAT=( python3_{7..10} )
42
43 inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd
44
45
46 diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild
47 index c9b5027cb49..dd8ccb8f060 100644
48 --- a/dev-vcs/git/git-9999-r3.ebuild
49 +++ b/dev-vcs/git/git-9999-r3.ebuild
50 @@ -6,7 +6,7 @@ EAPI=7
51 GENTOO_DEPEND_ON_PERL=no
52
53 # bug #329479: git-remote-testgit is not multiple-version aware
54 -PYTHON_COMPAT=( python3_{7..9} )
55 +PYTHON_COMPAT=( python3_{7..10} )
56
57 inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd
58
59
60 diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild
61 index fd0d97f5e8f..c65c13233ee 100644
62 --- a/dev-vcs/git/git-9999.ebuild
63 +++ b/dev-vcs/git/git-9999.ebuild
64 @@ -6,7 +6,7 @@ EAPI=7
65 GENTOO_DEPEND_ON_PERL=no
66
67 # bug #329479: git-remote-testgit is not multiple-version aware
68 -PYTHON_COMPAT=( python3_{7..9} )
69 +PYTHON_COMPAT=( python3_{7..10} )
70
71 inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd