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: Fri, 29 Apr 2022 19:07:30
Message-Id: 1651259238.33ab32e0cc3f22c20c4f255a7963b7e08dded2f2.sam@gentoo
1 commit: 33ab32e0cc3f22c20c4f255a7963b7e08dded2f2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 19:07:18 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 19:07:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ab32e0
7
8 dev-vcs/git-tools: enable py3.10 and disable py3.7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-vcs/git-tools/git-tools-2020.09.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-vcs/git-tools/git-tools-2020.09.ebuild b/dev-vcs/git-tools/git-tools-2020.09.ebuild
16 index 33ea09d600da..30e717967233 100644
17 --- a/dev-vcs/git-tools/git-tools-2020.09.ebuild
18 +++ b/dev-vcs/git-tools/git-tools-2020.09.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7,8,9} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28 inherit python-r1
29
30 DESCRIPTION="Assorted git-related scripts"