diff options
author | Kenton Groombridge <concord@gentoo.org> | 2023-11-06 10:35:47 -0500 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2023-11-14 16:47:20 -0500 |
commit | 37640bd95a4706e9705d2c2244428b081e87262d (patch) | |
tree | d2e33a85df91efee8222092493cdd3d217f6afc8 /sys-power | |
parent | sec-policy/*: Drop old SELinux policies (diff) | |
download | gentoo-37640bd95a4706e9705d2c2244428b081e87262d.tar.gz gentoo-37640bd95a4706e9705d2c2244428b081e87262d.tar.bz2 gentoo-37640bd95a4706e9705d2c2244428b081e87262d.zip |
sys-power/power-profiles-daemon: add USE=selinux
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/power-profiles-daemon/power-profiles-daemon-0.13.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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=" |