diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-06-08 12:27:01 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-06-08 12:50:16 +0200 |
commit | 14310ef0268303acc8ac45b4eca1fdc8136517cc (patch) | |
tree | 3d44167e4d16533ecac6a8811063d8b2aa40f7e7 /dev-libs/marisa | |
parent | dev-libs/stfl: enable py3.11 (diff) | |
download | gentoo-14310ef0268303acc8ac45b4eca1fdc8136517cc.tar.gz gentoo-14310ef0268303acc8ac45b4eca1fdc8136517cc.tar.bz2 gentoo-14310ef0268303acc8ac45b4eca1fdc8136517cc.zip |
dev-libs/marisa: enable py3.11
Closes: https://bugs.gentoo.org/896728
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-libs/marisa')
-rw-r--r-- | dev-libs/marisa/marisa-0.2.6.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/marisa/marisa-9999.ebuild | 3 |
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 |