summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-28 08:45:14 +0100
committerSam James <sam@gentoo.org>2023-06-28 08:50:11 +0100
commita9899b86fe8406db6b2f0136ae3df674cea9568c (patch)
treecd6536169af19cde9204203830b0fcf396624ea2 /sys-boot
parentsys-auth/nss-pam-ldapd: add missing selinux policy dep (diff)
downloadgentoo-a9899b86fe8406db6b2f0136ae3df674cea9568c.tar.gz
gentoo-a9899b86fe8406db6b2f0136ae3df674cea9568c.tar.bz2
gentoo-a9899b86fe8406db6b2f0136ae3df674cea9568c.zip
sys-boot/plymouth: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/plymouth/plymouth-22.02.122-r1.ebuild5
-rw-r--r--sys-boot/plymouth/plymouth-9999.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-boot/plymouth/plymouth-22.02.122-r1.ebuild b/sys-boot/plymouth/plymouth-22.02.122-r1.ebuild
index b98890966212..1489deec6cd0 100644
--- a/sys-boot/plymouth/plymouth-22.02.122-r1.ebuild
+++ b/sys-boot/plymouth/plymouth-22.02.122-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,7 +21,7 @@ HOMEPAGE="https://cgit.freedesktop.org/plymouth/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="debug +drm +gtk +pango +split-usr static-libs +udev"
+IUSE="debug +drm +gtk +pango selinux +split-usr static-libs +udev"
CDEPEND="
>=media-libs/libpng-1.2.16:=
@@ -41,6 +41,7 @@ DEPEND="${CDEPEND}
"
# Block due bug #383067
RDEPEND="${CDEPEND}
+ selinux? ( sec-policy/selinux-plymouthd )
udev? ( virtual/udev )
!<sys-kernel/dracut-0.37-r3
"
diff --git a/sys-boot/plymouth/plymouth-9999.ebuild b/sys-boot/plymouth/plymouth-9999.ebuild
index 23aadfbab573..5710db2e9511 100644
--- a/sys-boot/plymouth/plymouth-9999.ebuild
+++ b/sys-boot/plymouth/plymouth-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,7 +21,7 @@ HOMEPAGE="https://cgit.freedesktop.org/plymouth/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="debug +drm +gtk +pango +split-usr static-libs +udev"
+IUSE="debug +drm +gtk +pango selinux +split-usr static-libs +udev"
CDEPEND="
>=media-libs/libpng-1.2.16:=
@@ -41,6 +41,7 @@ DEPEND="${CDEPEND}
"
# Block due bug #383067
RDEPEND="${CDEPEND}
+ selinux? ( sec-policy/selinux-plymouthd )
udev? ( virtual/udev )
!<sys-kernel/dracut-0.37-r3
"