commit: 1e69120e87b0811a59cc6c64984871bc2b83689d Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sun Jul 13 04:35:03 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 13 06:48:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e69120e
net-libs/libqmi: update live Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42981 Closes: https://github.com/gentoo/gentoo/pull/42981 Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/libqmi/libqmi-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net-libs/libqmi/libqmi-9999.ebuild b/net-libs/libqmi/libqmi-9999.ebuild index 68b118b34834..0dd570d8f1a0 100644 --- a/net-libs/libqmi/libqmi-9999.ebuild +++ b/net-libs/libqmi/libqmi-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,13 +11,14 @@ else KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86" fi -inherit bash-completion-r1 meson udev +PYTHON_COMPAT=( python3_{11..14} ) +inherit bash-completion-r1 meson python-any-r1 udev DESCRIPTION="Qualcomm MSM (Mobile Station Modem) Interface (QMI) modem protocol library" HOMEPAGE="https://www.freedesktop.org/wiki/Software/libqmi/ https://gitlab.freedesktop.org/mobile-broadband/libqmi" LICENSE="LGPL-2" -SLOT="0/5.9" # soname of libqmi-glib.so +SLOT="0/5.11" # soname of libqmi-glib.so IUSE="gtk-doc introspection +mbim +qrtr" RDEPEND=" @@ -29,6 +30,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" + ${PYTHON_DEPS} sys-apps/help2man virtual/pkgconfig gtk-doc? ( dev-util/gtk-doc )
