commit: d07578f141d305149d5c4111ba9af5fb2f06eb7c
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 31 10:25:58 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 10:26:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07578f1
www-plugins/passff-host: enable py3.10
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
www-plugins/passff-host/passff-host-1.2.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-plugins/passff-host/passff-host-1.2.2.ebuild
b/www-plugins/passff-host/passff-host-1.2.2.ebuild
index df908c998ab..3c481e7e23e 100644
--- a/www-plugins/passff-host/passff-host-1.2.2.ebuild
+++ b/www-plugins/passff-host/passff-host-1.2.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit python-single-r1