summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2023-06-08 12:27:01 +0200
committerPacho Ramos <pacho@gentoo.org>2023-06-08 12:50:16 +0200
commit14310ef0268303acc8ac45b4eca1fdc8136517cc (patch)
tree3d44167e4d16533ecac6a8811063d8b2aa40f7e7
parentdev-libs/stfl: enable py3.11 (diff)
downloadgentoo-14310ef0.tar.gz
gentoo-14310ef0.tar.bz2
gentoo-14310ef0.zip
dev-libs/marisa: enable py3.11
Closes: https://bugs.gentoo.org/896728 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r--dev-libs/marisa/marisa-0.2.6.ebuild3
-rw-r--r--dev-libs/marisa/marisa-9999.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/marisa/marisa-0.2.6.ebuild b/dev-libs/marisa/marisa-0.2.6.ebuild
index 88ba4d121db3..6e587ffcb945 100644
--- a/dev-libs/marisa/marisa-0.2.6.ebuild
+++ b/dev-libs/marisa/marisa-0.2.6.ebuild
@@ -2,8 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_OPTIONAL="1"
+DISTUTILS_EXT=1
inherit autotools distutils-r1 toolchain-funcs
diff --git a/dev-libs/marisa/marisa-9999.ebuild b/dev-libs/marisa/marisa-9999.ebuild
index fada309d55ad..7731d92f28e3 100644
--- a/dev-libs/marisa/marisa-9999.ebuild
+++ b/dev-libs/marisa/marisa-9999.ebuild
@@ -2,8 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_OPTIONAL="1"
+DISTUTILS_EXT=1
inherit autotools distutils-r1 toolchain-funcs