summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bettler <thomas.bettler@gmail.com>2021-12-16 20:33:50 +0100
committerLars Wendler <polynomial-c@gentoo.org>2022-03-24 23:21:25 +0100
commit827fc52e085fbfca5eb0bee8c55648c30c876c99 (patch)
tree8da438ea1368a9af5546c2410fc69807724d00b0
parentnet-im/pidgin: Attempt to fix USE="gstreamer -v4l" constellation (diff)
downloadgentoo-827fc52e.tar.gz
gentoo-827fc52e.tar.bz2
gentoo-827fc52e.zip
net-libs/libpsl: add python 3.10
Closes: https://bugs.gentoo.org/829372 Closes: https://github.com/gentoo/gentoo/pull/23344 Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com> Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-rw-r--r--net-libs/libpsl/libpsl-0.21.0.ebuild2
-rw-r--r--net-libs/libpsl/libpsl-0.21.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libpsl/libpsl-0.21.0.ebuild b/net-libs/libpsl/libpsl-0.21.0.ebuild
index 33ab42070c4a..9f62b4a5210b 100644
--- a/net-libs/libpsl/libpsl-0.21.0.ebuild
+++ b/net-libs/libpsl/libpsl-0.21.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit multilib-minimal python-any-r1
DESCRIPTION="C library for the Public Suffix List"
diff --git a/net-libs/libpsl/libpsl-0.21.1.ebuild b/net-libs/libpsl/libpsl-0.21.1.ebuild
index 3af43132fb4f..a64f5cc0f2d7 100644
--- a/net-libs/libpsl/libpsl-0.21.1.ebuild
+++ b/net-libs/libpsl/libpsl-0.21.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit multilib-minimal python-any-r1
DESCRIPTION="C library for the Public Suffix List"