commit: 7ca859d13f44e10a66ccc50af5b346ac768db6fd Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sun Jul 30 20:44:19 2023 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sun Jul 30 20:44:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca859d1
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 <ionen <AT> gentoo.org> 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 b96cccddabb4..c66c9a6a7cab 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"
