Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/tatt/
Date: Sat, 29 Aug 2020 14:51:27
Message-Id: 1598712679.772725aad3b712542b0b862786c5f7e0b4711468.whissi@gentoo
1 commit: 772725aad3b712542b0b862786c5f7e0b4711468
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 14:51:09 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 14:51:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772725aa
7
8 app-portage/tatt: enable Python 3.9 support
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-portage/tatt/tatt-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild
17 index 5786e4c4a61..2539f2a5dff 100644
18 --- a/app-portage/tatt/tatt-9999.ebuild
19 +++ b/app-portage/tatt/tatt-9999.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{6,7,8} )
25 +PYTHON_COMPAT=( python3_{6,7,8,9} )
26
27 inherit distutils-r1 git-r3