commit: 6a28dda139d8443fbe467c935eba2a94a04f56aa
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 23:46:41 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 23:46:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a28dda1
app-portage/tatt: enable Python 3.8
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
app-portage/tatt/tatt-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/tatt/tatt-9999.ebuild
b/app-portage/tatt/tatt-9999.ebuild
index e998e0c14c1..5786e4c4a61 100644
--- a/app-portage/tatt/tatt-9999.ebuild
+++ b/app-portage/tatt/tatt-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1 git-r3