From: Thomas Deutschmann Date: Sun, 26 Apr 2020 23:46:41 +0000 (+0200) Subject: app-portage/tatt: enable Python 3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6a28dda139d8443fbe467c935eba2a94a04f56aa;p=gentoo.git app-portage/tatt: enable Python 3.8 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann --- diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild index e998e0c14c15..5786e4c4a61b 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