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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE2F2158009 for ; Wed, 28 Jun 2023 07:19:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA028E08EC; Wed, 28 Jun 2023 07:19: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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2DC6E08EC for ; Wed, 28 Jun 2023 07:19: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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA058340FB9 for ; Wed, 28 Jun 2023 07:19:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67706A9C for ; Wed, 28 Jun 2023 07:19:25 +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: <1687936562.a3ad3b8ce67a6baa4faf5f008ee34c3cf38a2f43.sam@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.12.ebuild X-VCS-Directories: net-misc/modemmanager/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a3ad3b8ce67a6baa4faf5f008ee34c3cf38a2f43 X-VCS-Branch: master Date: Wed, 28 Jun 2023 07:19:25 +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: ac9399fb-12c9-48bc-b82f-aaec565c2ec4 X-Archives-Hash: 1b858d2940ae674b0cd9ea822ea2aa92 commit: a3ad3b8ce67a6baa4faf5f008ee34c3cf38a2f43 Author: Sam James gentoo org> AuthorDate: Wed Jun 28 07:12:38 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 28 07:16:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ad3b8c net-misc/modemmanager: add missing selinux policy dep Signed-off-by: Sam James gentoo.org> net-misc/modemmanager/modemmanager-1.18.12.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-misc/modemmanager/modemmanager-1.18.12.ebuild b/net-misc/modemmanager/modemmanager-1.18.12.ebuild index 9510f3fb1144..cd49618244b2 100644 --- a/net-misc/modemmanager/modemmanager-1.18.12.ebuild +++ b/net-misc/modemmanager/modemmanager-1.18.12.ebuild @@ -13,7 +13,7 @@ LICENSE="GPL-2+" SLOT="0/1" # subslot = dbus interface version, i.e. N in org.freedesktop.ModemManager${N} KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86" -IUSE="elogind +introspection mbim policykit +qmi +qrtr systemd test +udev vala" +IUSE="elogind +introspection mbim policykit +qmi +qrtr selinux systemd test +udev vala" REQUIRED_USE=" ?? ( elogind systemd ) qrtr? ( qmi ) @@ -34,6 +34,7 @@ DEPEND=" " RDEPEND="${DEPEND} policykit? ( acct-group/plugdev ) + selinux? ( sec-policy/selinux-modemmanager ) " BDEPEND=" dev-util/gdbus-codegen