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: Wed, 02 Dec 2020 22:45:15
Message-Id: 1606949080.41811b4c3f4e690bdb66c611d25ee16041638c9a.sam@gentoo
1 commit: 41811b4c3f4e690bdb66c611d25ee16041638c9a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 22:44:40 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 22:44:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41811b4c
7
8 app-portage/tatt: add Python 3.8, 3.9
9
10 Closes: https://bugs.gentoo.org/758149
11 Package-Manager: Portage-3.0.10.2-prefix, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-portage/tatt/tatt-0.7-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-portage/tatt/tatt-0.7-r1.ebuild b/app-portage/tatt/tatt-0.7-r1.ebuild
18 index 2498b44643e..59b5f9986ea 100644
19 --- a/app-portage/tatt/tatt-0.7-r1.ebuild
20 +++ b/app-portage/tatt/tatt-0.7-r1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{6,7} )
26 +PYTHON_COMPAT=( python3_{6,7,8,9} )
27
28 inherit distutils-r1