diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-07-30 16:44:19 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-07-30 16:44:38 -0400 |
commit | 7ca859d13f44e10a66ccc50af5b346ac768db6fd (patch) | |
tree | d816fe3172a134d9af112b170ed7e58e6d0c2d33 /net-libs/libmbim | |
parent | app-eselect/eselect-wine: add further note about PATH (diff) | |
download | gentoo-7ca859d13f44e10a66ccc50af5b346ac768db6fd.tar.gz gentoo-7ca859d13f44e10a66ccc50af5b346ac768db6fd.tar.bz2 gentoo-7ca859d13f44e10a66ccc50af5b346ac768db6fd.zip |
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@gentoo.org>
Diffstat (limited to 'net-libs/libmbim')
-rw-r--r-- | net-libs/libmbim/libmbim-1.28.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |