diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2011-11-02 13:07:17 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2011-11-02 13:07:17 +0000 |
commit | 261b16df9a23528cf2d415bf82c4f49483f075b2 (patch) | |
tree | 1512b6aa3ec34d95a719ecb53580ec684a04d4a6 /sys-boot | |
parent | Backport pdfimport useflag to 3.4.3 as the poppler abi changed again :/ (diff) | |
download | gentoo-2-261b16df9a23528cf2d415bf82c4f49483f075b2.tar.gz gentoo-2-261b16df9a23528cf2d415bf82c4f49483f075b2.tar.bz2 gentoo-2-261b16df9a23528cf2d415bf82c4f49483f075b2.zip |
sys-boot/plymouth-0.9_pre: Added missing dependency. Fixes bug #388935.
(Portage version: 2.1.10.31/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/plymouth/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild | 3 |
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] ) |