Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/tatt/
Date: Thu, 19 May 2022 03:05:44
Message-Id: 1652929485.b6ef1a54cb5bfa920c2b9be4ec520d36f50056bf.sam@gentoo
1 commit: b6ef1a54cb5bfa920c2b9be4ec520d36f50056bf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 03:04:45 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 03:04:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ef1a54
7
8 app-portage/tatt: add Python 3.10
9
10 Closes: https://bugs.gentoo.org/845585
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-portage/tatt/tatt-0.9.ebuild | 2 +-
14 app-portage/tatt/tatt-9999.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-portage/tatt/tatt-0.9.ebuild b/app-portage/tatt/tatt-0.9.ebuild
18 index 5c41d2d22462..c241a0bb857e 100644
19 --- a/app-portage/tatt/tatt-0.9.ebuild
20 +++ b/app-portage/tatt/tatt-0.9.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{8,9} )
26 +PYTHON_COMPAT=( python3_{8..10} )
27
28 inherit distutils-r1
29
30
31 diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild
32 index 057777352672..e59d8cfdfa8a 100644
33 --- a/app-portage/tatt/tatt-9999.ebuild
34 +++ b/app-portage/tatt/tatt-9999.ebuild
35 @@ -1,9 +1,9 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 +# Copyright 1999-2022 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41
42 -PYTHON_COMPAT=( python3_{8,9} )
43 +PYTHON_COMPAT=( python3_{8..10} )
44
45 inherit distutils-r1 git-r3