diff options
-rw-r--r-- | x11-drivers/xf86-video-vesa/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.1.ebuild | 5 | ||||
-rw-r--r-- | x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.2.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-drivers/xf86-video-vesa/ChangeLog b/x11-drivers/xf86-video-vesa/ChangeLog index d64f2dcaaaca..93fc51942841 100644 --- a/x11-drivers/xf86-video-vesa/ChangeLog +++ b/x11-drivers/xf86-video-vesa/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-vesa # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.59 2012/08/26 20:08:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.60 2012/10/10 14:45:53 chithanh Exp $ + + 10 Oct 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + xf86-video-vesa-2.3.1.ebuild, xf86-video-vesa-2.3.2.ebuild: + Add dependency on libpciaccess, bug #423977. 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> xf86-video-vesa-2.3.1.ebuild: alpha/ia64 stable wrt #419473 diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.1.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.1.ebuild index bcfbe33b6f24..d1e7c7b6a158 100644 --- a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.1.ebuild +++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.1.ebuild,v 1.5 2012/08/26 20:08:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.1.ebuild,v 1.6 2012/10/10 14:45:53 chithanh Exp $ EAPI=4 inherit xorg-2 @@ -9,5 +9,6 @@ DESCRIPTION="Generic VESA video driver" KEYWORDS="-* alpha amd64 ia64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="" -RDEPEND=">=x11-base/xorg-server-1.0.99" +RDEPEND=">=x11-base/xorg-server-1.0.99 + >=x11-libs/libpciaccess-0.12.901" DEPEND="${RDEPEND}" diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.2.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.2.ebuild index 836d25410c6a..fcd56180cdf2 100644 --- a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.2.ebuild +++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.2.ebuild,v 1.1 2012/07/21 20:39:26 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.2.ebuild,v 1.2 2012/10/10 14:45:53 chithanh Exp $ EAPI=4 inherit xorg-2 @@ -9,5 +9,6 @@ DESCRIPTION="Generic VESA video driver" KEYWORDS="-* ~alpha ~amd64 ~ia64 ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" -RDEPEND=">=x11-base/xorg-server-1.0.99" +RDEPEND=">=x11-base/xorg-server-1.0.99 + >=x11-libs/libpciaccess-0.12.901" DEPEND="${RDEPEND}" |