summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-11-06 13:25:07 -0500
committerMatt Turner <mattst88@gentoo.org>2022-11-06 13:25:50 -0500
commit537d1bd134263a2b433607b759b379d23f2be0db (patch)
treed46058ec125f429d5b48cf6987fe935ff1f66f16 /net-libs/libpsl
parentnet-libs/libpsl: Use append-lfs-flags (diff)
downloadgentoo-537d1bd134263a2b433607b759b379d23f2be0db.tar.gz
gentoo-537d1bd134263a2b433607b759b379d23f2be0db.tar.bz2
gentoo-537d1bd134263a2b433607b759b379d23f2be0db.zip
net-libs/libpsl: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-libs/libpsl')
-rw-r--r--net-libs/libpsl/libpsl-0.21.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libpsl/libpsl-0.21.1-r1.ebuild b/net-libs/libpsl/libpsl-0.21.1-r1.ebuild
index 84d2fc762666..59acf63ddf81 100644
--- a/net-libs/libpsl/libpsl-0.21.1-r1.ebuild
+++ b/net-libs/libpsl/libpsl-0.21.1-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit flag-o-matic multilib-minimal python-any-r1
DESCRIPTION="C library for the Public Suffix List"