commit: 8c2bfaa13f757d955c7287de8266ce1752d450fe Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Thu Jul 9 19:03:57 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Thu Jul 9 19:05:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c2bfaa1
sys-boot/plymouth: fix use flags Closes: https://bugs.gentoo.org/731826 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> sys-boot/plymouth/plymouth-0.9.5.ebuild | 2 +- sys-boot/plymouth/plymouth-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/plymouth/plymouth-0.9.5.ebuild b/sys-boot/plymouth/plymouth-0.9.5.ebuild index 19a9265e3f9..46a85b1236b 100644 --- a/sys-boot/plymouth/plymouth-0.9.5.ebuild +++ b/sys-boot/plymouth/plymouth-0.9.5.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://cgit.freedesktop.org/plymouth/" LICENSE="GPL-2" SLOT="0" -IUSE="debug +gtk +libkms +pango static-libs +udev" +IUSE="debug +gtk +libkms +pango +split-usr static-libs +udev" CDEPEND=" >=media-libs/libpng-1.2.16:= diff --git a/sys-boot/plymouth/plymouth-9999.ebuild b/sys-boot/plymouth/plymouth-9999.ebuild index 19a9265e3f9..46a85b1236b 100644 --- a/sys-boot/plymouth/plymouth-9999.ebuild +++ b/sys-boot/plymouth/plymouth-9999.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://cgit.freedesktop.org/plymouth/" LICENSE="GPL-2" SLOT="0" -IUSE="debug +gtk +libkms +pango static-libs +udev" +IUSE="debug +gtk +libkms +pango +split-usr static-libs +udev" CDEPEND=" >=media-libs/libpng-1.2.16:=
