diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-07-09 14:03:57 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-07-09 14:05:31 -0500 |
commit | 8c2bfaa13f757d955c7287de8266ce1752d450fe (patch) | |
tree | 5e30136c9705b44dcfec6ca7f7d0030aa3b4fae7 /sys-boot/plymouth | |
parent | profiles: Mask kde-apps/kblog for removal (diff) | |
download | gentoo-8c2bfaa13f757d955c7287de8266ce1752d450fe.tar.gz gentoo-8c2bfaa13f757d955c7287de8266ce1752d450fe.tar.bz2 gentoo-8c2bfaa13f757d955c7287de8266ce1752d450fe.zip |
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@gentoo.org>
Diffstat (limited to 'sys-boot/plymouth')
-rw-r--r-- | sys-boot/plymouth/plymouth-0.9.5.ebuild | 2 | ||||
-rw-r--r-- | 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 19a9265e3f92..46a85b1236b3 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 19a9265e3f92..46a85b1236b3 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:= |