commit: afa4cb219a79f3f55a27b48569498276eb77b8cc Author: Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja> AuthorDate: Thu Aug 18 23:34:12 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Aug 19 02:42:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa4cb21
net-libs/libtorrent-rasterbar: enable py3.11 Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/26920 Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
