diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-27 01:46:41 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-27 01:46:41 +0200 |
commit | 6a28dda139d8443fbe467c935eba2a94a04f56aa (patch) | |
tree | 2aa68008b146e5d4a941cbb7147d3811023012e8 /app-portage/tatt | |
parent | dev-php/xdebug-client: x86 stable (bug #703390) (diff) | |
download | gentoo-6a28dda139d8443fbe467c935eba2a94a04f56aa.tar.gz gentoo-6a28dda139d8443fbe467c935eba2a94a04f56aa.tar.bz2 gentoo-6a28dda139d8443fbe467c935eba2a94a04f56aa.zip |
app-portage/tatt: enable Python 3.8
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-portage/tatt')
-rw-r--r-- | app-portage/tatt/tatt-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |