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 055AE158089 for ; Tue, 14 Nov 2023 21:49:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDD652BC017; Tue, 14 Nov 2023 21:49:12 +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 B2B102BC017 for ; Tue, 14 Nov 2023 21:49:12 +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 C274F335D7D for ; Tue, 14 Nov 2023 21:49:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAA70138D for ; Tue, 14 Nov 2023 21:49:09 +0000 (UTC) From: "Kenton Groombridge" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kenton Groombridge" Message-ID: <1699998440.37640bd95a4706e9705d2c2244428b081e87262d.concord@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/power-profiles-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/power-profiles-daemon/power-profiles-daemon-0.13.ebuild X-VCS-Directories: sys-power/power-profiles-daemon/ X-VCS-Committer: concord X-VCS-Committer-Name: Kenton Groombridge X-VCS-Revision: 37640bd95a4706e9705d2c2244428b081e87262d X-VCS-Branch: master Date: Tue, 14 Nov 2023 21:49:09 +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: 137f37a8-3be2-4dc7-ae7a-e030a3e800ed X-Archives-Hash: 958404529289f6e1a0cbdb4cf7ec416b commit: 37640bd95a4706e9705d2c2244428b081e87262d Author: Kenton Groombridge gentoo org> AuthorDate: Mon Nov 6 15:35:47 2023 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Tue Nov 14 21:47:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37640bd9 sys-power/power-profiles-daemon: add USE=selinux Signed-off-by: Kenton Groombridge gentoo.org> sys-power/power-profiles-daemon/power-profiles-daemon-0.13.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-power/power-profiles-daemon/power-profiles-daemon-0.13.ebuild b/sys-power/power-profiles-daemon/power-profiles-daemon-0.13.ebuild index 75019fefc95d..f96ce6849085 100644 --- a/sys-power/power-profiles-daemon/power-profiles-daemon-0.13.ebuild +++ b/sys-power/power-profiles-daemon/power-profiles-daemon-0.13.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="gtk-doc test" +IUSE="gtk-doc selinux test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" @@ -25,6 +25,7 @@ RDEPEND="${PYTHON_DEPS} >=dev-libs/libgudev-234 >=sys-auth/polkit-0.114 sys-power/upower + selinux? ( sec-policy/selinux-powerprofiles ) " DEPEND="${RDEPEND}" BDEPEND="