From 772725aad3b712542b0b862786c5f7e0b4711468 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Sat, 29 Aug 2020 16:51:09 +0200 Subject: app-portage/tatt: enable Python 3.9 support Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann --- app-portage/tatt/tatt-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-portage') 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 -- cgit v1.2.3-65-gdbad