diff options
author | Kenton Groombridge <concord@gentoo.org> | 2023-11-06 10:42:50 -0500 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2023-11-14 16:47:22 -0500 |
commit | 3ae9378d1f9e5983d411b01c6fe3da43ae312949 (patch) | |
tree | de395381e450fc6ee68724bfea0e5f7bbf2baeb8 | |
parent | sys-power/power-profiles-daemon: add USE=selinux (diff) | |
download | gentoo-3ae9378d1f9e5983d411b01c6fe3da43ae312949.tar.gz gentoo-3ae9378d1f9e5983d411b01c6fe3da43ae312949.tar.bz2 gentoo-3ae9378d1f9e5983d411b01c6fe3da43ae312949.zip |
sys-power/switcheroo-control: add USE=selinux
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
-rw-r--r-- | sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild b/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild index d8788ef9cf76..36faca9d3eef 100644 --- a/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild +++ b/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://gitlab.freedesktop.org/hadess/switcheroo-control/uploads/86ea54 LICENSE="GPL-3" SLOT="0" -IUSE="gtk-doc test" +IUSE="gtk-doc selinux test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" @@ -21,6 +21,7 @@ RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]') >=dev-libs/glib-2.56.0:2 >=dev-libs/libgudev-232:= + selinux? ( sec-policy/selinux-switcheroo ) " DEPEND="${RDEPEND}" BDEPEND=" |