diff options
author | Thomas Bettler <thomas.bettler@gmail.com> | 2021-12-16 20:33:50 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2022-03-24 23:21:25 +0100 |
commit | 827fc52e085fbfca5eb0bee8c55648c30c876c99 (patch) | |
tree | 8da438ea1368a9af5546c2410fc69807724d00b0 /net-libs | |
parent | net-im/pidgin: Attempt to fix USE="gstreamer -v4l" constellation (diff) | |
download | gentoo-827fc52e085fbfca5eb0bee8c55648c30c876c99.tar.gz gentoo-827fc52e085fbfca5eb0bee8c55648c30c876c99.tar.bz2 gentoo-827fc52e085fbfca5eb0bee8c55648c30c876c99.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>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libpsl/libpsl-0.21.0.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libpsl/libpsl-0.21.1.ebuild | 2 |
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" |