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: Sun, 26 Apr 2020 23:46:56
Message-Id: 1587944801.6a28dda139d8443fbe467c935eba2a94a04f56aa.whissi@gentoo
1 commit: 6a28dda139d8443fbe467c935eba2a94a04f56aa
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 26 23:46:41 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 26 23:46:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a28dda1
7
8 app-portage/tatt: enable Python 3.8
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
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 e998e0c14c1..5786e4c4a61 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} )
25 +PYTHON_COMPAT=( python3_{6,7,8} )
26
27 inherit distutils-r1 git-r3