From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1322E15806C for ; Sun, 13 Jul 2025 06:50:48 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EEA37341F3F for ; Sun, 13 Jul 2025 06:50:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BDA6F110565; Sun, 13 Jul 2025 06:50:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id AE70C110562 for ; Sun, 13 Jul 2025 06:50:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C204340D5B for ; Sun, 13 Jul 2025 06:50:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 015B630D9 for ; Sun, 13 Jul 2025 06:50:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1752389293.1e69120e87b0811a59cc6c64984871bc2b83689d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libqmi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libqmi/libqmi-9999.ebuild X-VCS-Directories: net-libs/libqmi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1e69120e87b0811a59cc6c64984871bc2b83689d X-VCS-Branch: master Date: Sun, 13 Jul 2025 06:50:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7e6edf43-4e76-4ca1-931e-2a2ae8eae75b X-Archives-Hash: dcb16e89d0e8385f5fcb299db241bcde commit: 1e69120e87b0811a59cc6c64984871bc2b83689d Author: Alfred Wingate protonmail com> AuthorDate: Sun Jul 13 04:35:03 2025 +0000 Commit: Sam James gentoo 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 protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42981 Closes: https://github.com/gentoo/gentoo/pull/42981 Signed-off-by: Sam James 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 )