From: Matthew Thode Date: Fri, 3 Jan 2020 19:55:39 +0000 (-0600) Subject: sys-boot/plymouth: made udev dependency optional X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6ff8cce4cf0added0c3919b2f08b24d48bdbb00a;p=gentoo.git sys-boot/plymouth: made udev dependency optional Fixes: https://bugs.gentoo.org/704562 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode --- diff --git a/sys-boot/plymouth/plymouth-0.9.4-r1.ebuild b/sys-boot/plymouth/plymouth-0.9.4-r1.ebuild index ca1a0bce4cbf..1ade24f98db6 100644 --- a/sys-boot/plymouth/plymouth-0.9.4-r1.ebuild +++ b/sys-boot/plymouth/plymouth-0.9.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 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 gdm +gtk +libkms +pango +split-usr static-libs" +IUSE="debug gdm +gtk +libkms +pango +split-usr static-libs +udev" CDEPEND=" >=media-libs/libpng-1.2.16:= @@ -41,7 +41,7 @@ DEPEND="${CDEPEND} " # Block due bug #383067 RDEPEND="${CDEPEND} - virtual/udev + udev? ( virtual/udev ) !