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: Thu, 10 Sep 2020 10:00:32
Message-Id: 1599732025.07aac5dccd8819cff083a1c435d5af90e9a37d96.polynomial-c@gentoo
1 commit: 07aac5dccd8819cff083a1c435d5af90e9a37d96
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 10 09:45:45 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 10 10:00:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07aac5dc
7
8 dev-vcs/git: Added python3_8 support
9
10 Package-Manager: Portage-3.0.6, Repoman-3.0.1
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 dev-vcs/git/git-2.23.3.ebuild | 2 +-
14 dev-vcs/git/git-2.24.3.ebuild | 2 +-
15 dev-vcs/git/git-2.25.4.ebuild | 2 +-
16 dev-vcs/git/git-2.26.2.ebuild | 2 +-
17 dev-vcs/git/git-2.27.0.ebuild | 2 +-
18 dev-vcs/git/git-2.28.0.ebuild | 2 +-
19 dev-vcs/git/git-9999-r1.ebuild | 2 +-
20 dev-vcs/git/git-9999-r2.ebuild | 2 +-
21 dev-vcs/git/git-9999-r3.ebuild | 2 +-
22 dev-vcs/git/git-9999.ebuild | 2 +-
23 10 files changed, 10 insertions(+), 10 deletions(-)
24
25 diff --git a/dev-vcs/git/git-2.23.3.ebuild b/dev-vcs/git/git-2.23.3.ebuild
26 index 5bcc5dc91c6..355a12921dc 100644
27 --- a/dev-vcs/git/git-2.23.3.ebuild
28 +++ b/dev-vcs/git/git-2.23.3.ebuild
29 @@ -6,7 +6,7 @@ EAPI=6
30 GENTOO_DEPEND_ON_PERL=no
31
32 # bug #329479: git-remote-testgit is not multiple-version aware
33 -PYTHON_COMPAT=( python3_{6,7} )
34 +PYTHON_COMPAT=( python3_{6,7,8} )
35
36 inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd
37
38
39 diff --git a/dev-vcs/git/git-2.24.3.ebuild b/dev-vcs/git/git-2.24.3.ebuild
40 index bb1534e97f9..d2136e6f43f 100644
41 --- a/dev-vcs/git/git-2.24.3.ebuild
42 +++ b/dev-vcs/git/git-2.24.3.ebuild
43 @@ -6,7 +6,7 @@ EAPI=7
44 GENTOO_DEPEND_ON_PERL=no
45
46 # bug #329479: git-remote-testgit is not multiple-version aware
47 -PYTHON_COMPAT=( python3_{6,7} )
48 +PYTHON_COMPAT=( python3_{6,7,8} )
49
50 inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd
51
52
53 diff --git a/dev-vcs/git/git-2.25.4.ebuild b/dev-vcs/git/git-2.25.4.ebuild
54 index bb1534e97f9..d2136e6f43f 100644
55 --- a/dev-vcs/git/git-2.25.4.ebuild
56 +++ b/dev-vcs/git/git-2.25.4.ebuild
57 @@ -6,7 +6,7 @@ EAPI=7
58 GENTOO_DEPEND_ON_PERL=no
59
60 # bug #329479: git-remote-testgit is not multiple-version aware
61 -PYTHON_COMPAT=( python3_{6,7} )
62 +PYTHON_COMPAT=( python3_{6,7,8} )
63
64 inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd
65
66
67 diff --git a/dev-vcs/git/git-2.26.2.ebuild b/dev-vcs/git/git-2.26.2.ebuild
68 index bb1534e97f9..d2136e6f43f 100644
69 --- a/dev-vcs/git/git-2.26.2.ebuild
70 +++ b/dev-vcs/git/git-2.26.2.ebuild
71 @@ -6,7 +6,7 @@ EAPI=7
72 GENTOO_DEPEND_ON_PERL=no
73
74 # bug #329479: git-remote-testgit is not multiple-version aware
75 -PYTHON_COMPAT=( python3_{6,7} )
76 +PYTHON_COMPAT=( python3_{6,7,8} )
77
78 inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd
79
80
81 diff --git a/dev-vcs/git/git-2.27.0.ebuild b/dev-vcs/git/git-2.27.0.ebuild
82 index 35ba555d64a..f50e94d2e74 100644
83 --- a/dev-vcs/git/git-2.27.0.ebuild
84 +++ b/dev-vcs/git/git-2.27.0.ebuild
85 @@ -6,7 +6,7 @@ EAPI=7
86 GENTOO_DEPEND_ON_PERL=no
87
88 # bug #329479: git-remote-testgit is not multiple-version aware
89 -PYTHON_COMPAT=( python3_{6,7} )
90 +PYTHON_COMPAT=( python3_{6,7,8} )
91
92 inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd
93
94
95 diff --git a/dev-vcs/git/git-2.28.0.ebuild b/dev-vcs/git/git-2.28.0.ebuild
96 index 35ba555d64a..f50e94d2e74 100644
97 --- a/dev-vcs/git/git-2.28.0.ebuild
98 +++ b/dev-vcs/git/git-2.28.0.ebuild
99 @@ -6,7 +6,7 @@ EAPI=7
100 GENTOO_DEPEND_ON_PERL=no
101
102 # bug #329479: git-remote-testgit is not multiple-version aware
103 -PYTHON_COMPAT=( python3_{6,7} )
104 +PYTHON_COMPAT=( python3_{6,7,8} )
105
106 inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd
107
108
109 diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild
110 index 35ba555d64a..f50e94d2e74 100644
111 --- a/dev-vcs/git/git-9999-r1.ebuild
112 +++ b/dev-vcs/git/git-9999-r1.ebuild
113 @@ -6,7 +6,7 @@ EAPI=7
114 GENTOO_DEPEND_ON_PERL=no
115
116 # bug #329479: git-remote-testgit is not multiple-version aware
117 -PYTHON_COMPAT=( python3_{6,7} )
118 +PYTHON_COMPAT=( python3_{6,7,8} )
119
120 inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd
121
122
123 diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild
124 index 35ba555d64a..f50e94d2e74 100644
125 --- a/dev-vcs/git/git-9999-r2.ebuild
126 +++ b/dev-vcs/git/git-9999-r2.ebuild
127 @@ -6,7 +6,7 @@ EAPI=7
128 GENTOO_DEPEND_ON_PERL=no
129
130 # bug #329479: git-remote-testgit is not multiple-version aware
131 -PYTHON_COMPAT=( python3_{6,7} )
132 +PYTHON_COMPAT=( python3_{6,7,8} )
133
134 inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd
135
136
137 diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild
138 index 35ba555d64a..f50e94d2e74 100644
139 --- a/dev-vcs/git/git-9999-r3.ebuild
140 +++ b/dev-vcs/git/git-9999-r3.ebuild
141 @@ -6,7 +6,7 @@ EAPI=7
142 GENTOO_DEPEND_ON_PERL=no
143
144 # bug #329479: git-remote-testgit is not multiple-version aware
145 -PYTHON_COMPAT=( python3_{6,7} )
146 +PYTHON_COMPAT=( python3_{6,7,8} )
147
148 inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd
149
150
151 diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild
152 index 35ba555d64a..f50e94d2e74 100644
153 --- a/dev-vcs/git/git-9999.ebuild
154 +++ b/dev-vcs/git/git-9999.ebuild
155 @@ -6,7 +6,7 @@ EAPI=7
156 GENTOO_DEPEND_ON_PERL=no
157
158 # bug #329479: git-remote-testgit is not multiple-version aware
159 -PYTHON_COMPAT=( python3_{6,7} )
160 +PYTHON_COMPAT=( python3_{6,7,8} )
161
162 inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd