diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 08:07:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 08:07:06 +0100 |
commit | 25eeb4503b364a5f53a7151392ab30bdb5641778 (patch) | |
tree | 7b3a40edaf375d37650c7c1abb4ae7a2328b545a /sys-auth | |
parent | media-gfx/gimp: 9999.ebuild update (diff) | |
download | gentoo-25eeb4503b364a5f53a7151392ab30bdb5641778.tar.gz gentoo-25eeb4503b364a5f53a7151392ab30bdb5641778.tar.bz2 gentoo-25eeb4503b364a5f53a7151392ab30bdb5641778.zip |
sys-auth/rtkit: add selinux policy dep
Thanks to Jannik for reporting.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/rtkit/rtkit-0.13-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-auth/rtkit/rtkit-0.13-r1.ebuild b/sys-auth/rtkit/rtkit-0.13-r1.ebuild index 09fccb721a9c..a814c2e8ca30 100644 --- a/sys-auth/rtkit/rtkit-0.13-r1.ebuild +++ b/sys-auth/rtkit/rtkit-0.13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/heftig/${PN}/releases/download/v${PV}/${P}.tar.xz" LICENSE="GPL-3 BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86" -IUSE="systemd" +IUSE="selinux systemd" BDEPEND="virtual/pkgconfig" DEPEND="acct-group/rtkit @@ -21,7 +21,8 @@ DEPEND="acct-group/rtkit sys-auth/polkit sys-libs/libcap systemd? ( sys-apps/systemd )" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + selinux? ( sec-policy/selinux-rtkit )" PATCHES=( "${FILESDIR}"/${PN}-0.13_meson_rtkitctl_dir.patch |