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: Sun, 06 Nov 2022 06:05:02
Message-Id: 1667714687.be579a71861efd88218c43752f3f1667edea964f.sam@gentoo
1 commit: be579a71861efd88218c43752f3f1667edea964f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 06:04:47 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 06:04:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be579a71
7
8 app-portage/tatt: disable Python 3.8
9
10 The pkgcore stack is going to require Python 3.9.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-portage/tatt/tatt-0.10.ebuild | 2 +-
15 app-portage/tatt/tatt-0.9.ebuild | 2 +-
16 app-portage/tatt/tatt-9999.ebuild | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/app-portage/tatt/tatt-0.10.ebuild b/app-portage/tatt/tatt-0.10.ebuild
20 index 39752c13105c..c17c860ec599 100644
21 --- a/app-portage/tatt/tatt-0.10.ebuild
22 +++ b/app-portage/tatt/tatt-0.10.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{8..10} )
28 +PYTHON_COMPAT=( python3_{9..10} )
29
30 inherit distutils-r1
31
32
33 diff --git a/app-portage/tatt/tatt-0.9.ebuild b/app-portage/tatt/tatt-0.9.ebuild
34 index 029254ec28bb..7c14d2aff58c 100644
35 --- a/app-portage/tatt/tatt-0.9.ebuild
36 +++ b/app-portage/tatt/tatt-0.9.ebuild
37 @@ -3,7 +3,7 @@
38
39 EAPI=7
40
41 -PYTHON_COMPAT=( python3_{8..10} )
42 +PYTHON_COMPAT=( python3_{9..10} )
43
44 inherit distutils-r1
45
46
47 diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild
48 index e59d8cfdfa8a..21d03f042cbf 100644
49 --- a/app-portage/tatt/tatt-9999.ebuild
50 +++ b/app-portage/tatt/tatt-9999.ebuild
51 @@ -3,7 +3,7 @@
52
53 EAPI=7
54
55 -PYTHON_COMPAT=( python3_{8..10} )
56 +PYTHON_COMPAT=( python3_{9..10} )
57
58 inherit distutils-r1 git-r3