summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-boot/plymouth/ChangeLog6
-rw-r--r--sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-boot/plymouth/ChangeLog b/sys-boot/plymouth/ChangeLog
index 62a64a98ae65..f0ba553059d7 100644
--- a/sys-boot/plymouth/ChangeLog
+++ b/sys-boot/plymouth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-boot/plymouth
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.19 2011/10/27 12:37:00 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.20 2011/11/02 13:07:17 aidecoe Exp $
+
+ 02 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
+ plymouth-0.9_pre20111013-r1.ebuild:
+ Added missing libdrm[libkms] dependency. Fixes bug #388935.
27 Oct 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
plymouth-0.8.3-r5.ebuild, plymouth-0.9_pre20111013-r1.ebuild:
diff --git a/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild b/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild
index 16a8f061560a..1d2a9314e46e 100644
--- a/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild
+++ b/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild,v 1.2 2011/10/27 12:37:00 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild,v 1.3 2011/11/02 13:07:17 aidecoe Exp $
EAPI=4
@@ -20,6 +20,7 @@ IUSE="${IUSE_VIDEO_CARDS} gdm +libkms +openrc +pango static-libs"
CDEPEND=">=media-libs/libpng-1.2.16
>=x11-libs/gtk+-2.12:2
+ libkms? ( x11-libs/libdrm[libkms] )
pango? ( >=x11-libs/pango-1.21 )
video_cards_intel? ( x11-libs/libdrm[video_cards_intel] )
video_cards_nouveau? ( x11-libs/libdrm[video_cards_nouveau] )