From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C9D8158094 for ; Sun, 26 Jun 2022 16:08:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63A30E07F9; Sun, 26 Jun 2022 16:08:18 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 433D5E07F9 for ; Sun, 26 Jun 2022 16:08:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C5F0341650 for ; Sun, 26 Jun 2022 16:08:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8228D4F2 for ; Sun, 26 Jun 2022 16:08:14 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1656259666.d0d3c0d5bccc25b3b46a73c04aaed66bfee19035.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/modemmanager/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/modemmanager/modemmanager-1.18.10-r1.ebuild X-VCS-Directories: net-misc/modemmanager/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d0d3c0d5bccc25b3b46a73c04aaed66bfee19035 X-VCS-Branch: master Date: Sun, 26 Jun 2022 16:08:14 +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: 19ed3bd8-af8a-405d-b2b7-42c97b7edba1 X-Archives-Hash: 79026029cdc790a9a251124566575fa9 commit: d0d3c0d5bccc25b3b46a73c04aaed66bfee19035 Author: Matt Turner gentoo org> AuthorDate: Sun Jun 26 16:07:46 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jun 26 16:07:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d3c0d5 net-misc/modemmanager: Require USE=qmi for USE=qrtr Closes: https://bugs.gentoo.org/854375 Signed-off-by: Matt Turner gentoo.org> net-misc/modemmanager/modemmanager-1.18.10-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/modemmanager/modemmanager-1.18.10-r1.ebuild b/net-misc/modemmanager/modemmanager-1.18.10-r1.ebuild index 3d86124950a7..9b2baf49b464 100644 --- a/net-misc/modemmanager/modemmanager-1.18.10-r1.ebuild +++ b/net-misc/modemmanager/modemmanager-1.18.10-r1.ebuild @@ -16,6 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc IUSE="elogind +introspection mbim policykit +qmi +qrtr systemd test +udev vala" REQUIRED_USE=" ?? ( elogind systemd ) + qrtr? ( qmi ) vala? ( introspection ) " RESTRICT="!test? ( test )"