Skip to content

Commit

Permalink
sys-auth/rtkit: add selinux policy dep
Browse files Browse the repository at this point in the history
Thanks to Jannik for reporting.

Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jun 28, 2023
1 parent d05da15 commit 25eeb45
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sys-auth/rtkit/rtkit-0.13-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 25eeb45

Please sign in to comment.