commit: 37640bd95a4706e9705d2c2244428b081e87262d
Author: Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 6 15:35:47 2023 +0000
Commit: Kenton Groombridge <concord <AT> gentoo <DOT> 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 <concord <AT> 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="