summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-08-29 16:51:09 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-08-29 16:51:19 +0200
commit772725aad3b712542b0b862786c5f7e0b4711468 (patch)
treea9ac15cf386d37817f7320a5dfbc8fd835cf365b /app-portage
parentdev-util/quilt: Restrict tests due to failures (diff)
downloadgentoo-772725aad3b712542b0b862786c5f7e0b4711468.tar.gz
gentoo-772725aad3b712542b0b862786c5f7e0b4711468.tar.bz2
gentoo-772725aad3b712542b0b862786c5f7e0b4711468.zip
app-portage/tatt: enable Python 3.9 support
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/tatt/tatt-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild
index 5786e4c4a61b..2539f2a5dff5 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,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1 git-r3