summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-10-31 03:25:58 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-10-31 03:26:26 -0700
commitd07578f141d305149d5c4111ba9af5fb2f06eb7c (patch)
tree5eac6b6e1f364735c2a313a61884128c3b188a3b
parentnet-libs/libtorrent-rasterbar: undo boost upper bound (diff)
downloadgentoo-d07578f141d305149d5c4111ba9af5fb2f06eb7c.tar.gz
gentoo-d07578f141d305149d5c4111ba9af5fb2f06eb7c.tar.bz2
gentoo-d07578f141d305149d5c4111ba9af5fb2f06eb7c.zip
www-plugins/passff-host: enable py3.10
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r--www-plugins/passff-host/passff-host-1.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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 df908c998abd..3c481e7e23ec 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