commit:     25eeb4503b364a5f53a7151392ab30bdb5641778
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 07:07:06 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 07:07:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25eeb450

sys-auth/rtkit: add selinux policy dep

Thanks to Jannik for reporting.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-auth/rtkit/rtkit-0.13-r1.ebuild | 7 ++++---
 1 file 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

Reply via email to