summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-04-14 17:49:15 +0200
committerMichał Górny <mgorny@gentoo.org>2023-04-14 17:51:10 +0200
commite57423e3d2d0eec5817fdd2305de428b2f00eb99 (patch)
tree9d24885b427ba449d5414cd6e5b116908837a288
parentapp-admin/pydf: Enable py3.11 (diff)
downloadgentoo-e57423e3.tar.gz
gentoo-e57423e3.tar.bz2
gentoo-e57423e3.zip
www-client/elinks: Allow py3.11 for build
Closes: https://bugs.gentoo.org/897334 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--www-client/elinks/elinks-0.16.0.ebuild2
-rw-r--r--www-client/elinks/elinks-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/www-client/elinks/elinks-0.16.0.ebuild b/www-client/elinks/elinks-0.16.0.ebuild
index 96db7e4ff653..ee2c6e22b5ed 100644
--- a/www-client/elinks/elinks-0.16.0.ebuild
+++ b/www-client/elinks/elinks-0.16.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
LUA_COMPAT=( lua5-{1,2,3,4} luajit )
inherit meson lua-single python-any-r1
diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild
index 22a9a96dd86b..887047f30005 100644
--- a/www-client/elinks/elinks-9999.ebuild
+++ b/www-client/elinks/elinks-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
LUA_COMPAT=( lua5-{1,2,3,4} luajit )
inherit meson lua-single python-any-r1