commit:     261adf1b3d881154f4d7ddbc91c14f0bd8290494
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 20:51:19 2022 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 21:30:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=261adf1b

sys-apps/rootlesskit: Add selinux-rootlesskit policy dep

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>

 sys-apps/rootlesskit/rootlesskit-0.14.2.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-apps/rootlesskit/rootlesskit-0.14.2.ebuild 
b/sys-apps/rootlesskit/rootlesskit-0.14.2.ebuild
index 6a101ab526a5..1ea385e775e0 100644
--- a/sys-apps/rootlesskit/rootlesskit-0.14.2.ebuild
+++ b/sys-apps/rootlesskit/rootlesskit-0.14.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -120,7 +120,9 @@ LICENSE="Apache-2.0 BSD BSD-2 ISC MIT"
 SLOT="0"
 
 KEYWORDS="~amd64"
-IUSE=""
+IUSE="selinux"
+
+RDEPEND="selinux? ( sec-policy/selinux-rootlesskit )"
 
 src_prepare() {
        sed -e 's:/usr/local/bin:/usr/bin:' -i Makefile || die

Reply via email to