summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jolly <Matt.Jolly@footclan.ninja>2022-08-19 09:34:12 +1000
committerSam James <sam@gentoo.org>2022-08-19 03:42:01 +0100
commitafa4cb219a79f3f55a27b48569498276eb77b8cc (patch)
tree7a060fa86d2e36a4f339faf8c0b86383c153d3f2 /net-libs/libtorrent-rasterbar
parentdev-perl/Email-Valid: add 1.203.0 (diff)
downloadgentoo-afa4cb219a79f3f55a27b48569498276eb77b8cc.tar.gz
gentoo-afa4cb219a79f3f55a27b48569498276eb77b8cc.tar.bz2
gentoo-afa4cb219a79f3f55a27b48569498276eb77b8cc.zip
net-libs/libtorrent-rasterbar: enable py3.11
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/26920 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libtorrent-rasterbar')
-rw-r--r--net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.7.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.7.ebuild
index 2f3e3831c0b8..160c4e6ec106 100644
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.7.ebuild
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.7.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit cmake python-single-r1