diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-07-31 15:32:59 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-07-31 15:34:14 -0700 |
commit | ae30dcf121c8a24dff3f907b331466e1898b455c (patch) | |
tree | 8e8f4ed3582a3cdb2c8dbefee4f9bc89590f41c6 /www-plugins | |
parent | dev-python/simpy: update homepage link (diff) | |
download | gentoo-ae30dcf121c8a24dff3f907b331466e1898b455c.tar.gz gentoo-ae30dcf121c8a24dff3f907b331466e1898b455c.tar.bz2 gentoo-ae30dcf121c8a24dff3f907b331466e1898b455c.zip |
www-plugins/passff-host: Add Python 3.8 and 3.9 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/passff-host/passff-host-1.2.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 ae62d7aaca1c..ec245115cb06 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 |