summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahul Sandhu <rahul@sandhuservices.dev>2024-09-23 18:15:12 +0100
committerSam James <sam@gentoo.org>2024-09-24 08:54:46 +0100
commitdfba725be83c511fa86d0351f7f521a8d175efc1 (patch)
treef9b973e95c81d189c405ef8421e3f69a7abb417c /gui-libs
parentsys-fs/avfs: drop 1.1.3 (diff)
downloadgentoo-dfba725be83c511fa86d0351f7f521a8d175efc1.tar.gz
gentoo-dfba725be83c511fa86d0351f7f521a8d175efc1.tar.bz2
gentoo-dfba725be83c511fa86d0351f7f521a8d175efc1.zip
gui-libs/greetd: add sec-policy/selinux-xserver to RDEPEND for SELinux
For SELinux system, greetd requires sec-policy/selinux-xserver add runtime. Let's add it to RDEPEND. Closes: https://bugs.gentoo.org/933707 Signed-off-by: Rahul Sandhu <rahul@sandhuservices.dev> Closes: https://github.com/gentoo/gentoo/pull/38746 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r--gui-libs/greetd/greetd-0.10.3.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/gui-libs/greetd/greetd-0.10.3.ebuild b/gui-libs/greetd/greetd-0.10.3.ebuild
index 1969369022d9..30f9a98e47b8 100644
--- a/gui-libs/greetd/greetd-0.10.3.ebuild
+++ b/gui-libs/greetd/greetd-0.10.3.ebuild
@@ -80,14 +80,17 @@ LICENSE="GPL-3+"
LICENSE+=" Apache-2.0 MIT Unicode-DFS-2016 Unlicense"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="man"
+IUSE="man selinux"
DEPEND="
acct-user/greetd
sys-auth/pambase
sys-libs/pam
"
-RDEPEND="${DEPEND}"
+RDEPEND="
+ ${DEPEND}
+ selinux? ( sec-policy/selinux-xserver )
+"
BDEPEND="man? ( app-text/scdoc )"
QA_FLAGS_IGNORED="usr/bin/.*greet.*"