commit:     a9899b86fe8406db6b2f0136ae3df674cea9568c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 07:45:14 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 07:50:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9899b86

sys-boot/plymouth: add missing selinux policy dep

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

 sys-boot/plymouth/plymouth-22.02.122-r1.ebuild | 5 +++--
 sys-boot/plymouth/plymouth-9999.ebuild         | 5 +++--
 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
 "

Reply via email to