From 7ca859d13f44e10a66ccc50af5b346ac768db6fd Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sun, 30 Jul 2023 16:44:19 -0400 Subject: [PATCH] net-libs/libmbim: disable py3.12 Just a quick fix until it's properly handled. Bug: https://bugs.gentoo.org/911418 Signed-off-by: Ionen Wolkens --- net-libs/libmbim/libmbim-1.28.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libmbim/libmbim-1.28.4.ebuild b/net-libs/libmbim/libmbim-1.28.4.ebuild index b96cccddabb4c..c66c9a6a7cab8 100644 --- a/net-libs/libmbim/libmbim-1.28.4.ebuild +++ b/net-libs/libmbim/libmbim-1.28.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit bash-completion-r1 meson python-any-r1 DESCRIPTION="Mobile Broadband Interface Model (MBIM) modem protocol helper library"