commit: ae30dcf121c8a24dff3f907b331466e1898b455c
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 22:32:59 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 22:34:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae30dcf1
www-plugins/passff-host: Add Python 3.8 and 3.9 compatibility
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
www-plugins/passff-host/passff-host-1.2.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-plugins/passff-host/passff-host-1.2.1-r1.ebuild
b/www-plugins/passff-host/passff-host-1.2.1-r1.ebuild
index ae62d7aaca1..ec245115cb0 100644
--- a/www-plugins/passff-host/passff-host-1.2.1-r1.ebuild
+++ b/www-plugins/passff-host/passff-host-1.2.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_{6..9} )
inherit python-single-r1