app-portage/tatt: enable Python 3.8
authorThomas Deutschmann <whissi@gentoo.org>
Sun, 26 Apr 2020 23:46:41 +0000 (01:46 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 26 Apr 2020 23:46:41 +0000 (01:46 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
app-portage/tatt/tatt-9999.ebuild

index e998e0c14c15b864eed76697fa8b264c4af2cd82..5786e4c4a61bc2aaecce08ba6984aba7463c5d27 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1 git-r3