summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-11-02 01:01:25 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-11-02 01:01:25 +0000
commit1b81254081ed9c0d273ebff351599ac1a34f7008 (patch)
tree0d53c33b27613541b430e455d1f38f4e87047999 /x11-drivers
parentkeyword ~ppc64, bug #429710 (diff)
downloadgentoo-2-1b81254081ed9c0d273ebff351599ac1a34f7008.tar.gz
gentoo-2-1b81254081ed9c0d273ebff351599ac1a34f7008.tar.bz2
gentoo-2-1b81254081ed9c0d273ebff351599ac1a34f7008.zip
Raise libpciaccess dependency, bug #362229.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-nv/ChangeLog6
-rw-r--r--x11-drivers/xf86-video-nv/xf86-video-nv-2.1.20.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-nv/ChangeLog b/x11-drivers/xf86-video-nv/ChangeLog
index 7d2f89aacde0..02329d0520db 100644
--- a/x11-drivers/xf86-video-nv/ChangeLog
+++ b/x11-drivers/xf86-video-nv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-video-nv
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/ChangeLog,v 1.112 2012/07/21 20:30:44 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/ChangeLog,v 1.113 2012/11/02 01:01:25 chithanh Exp $
+
+ 02 Nov 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ xf86-video-nv-2.1.20.ebuild:
+ Raise libpciaccess dependency, bug #362229.
*xf86-video-nv-2.1.20 (21 Jul 2012)
diff --git a/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.20.ebuild b/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.20.ebuild
index f72d70549a03..1f73b7d850ed 100644
--- a/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.20.ebuild
+++ b/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.20.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-nv/xf86-video-nv-2.1.20.ebuild,v 1.1 2012/07/21 20:30:44 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.20.ebuild,v 1.2 2012/11/02 01:01:25 chithanh Exp $
EAPI=4
inherit xorg-2
@@ -10,5 +10,6 @@ DESCRIPTION="Nvidia 2D only video driver"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
-RDEPEND="x11-base/xorg-server"
+RDEPEND="x11-base/xorg-server
+ >=x11-libs/libpciaccess-0.10.7"
DEPEND="${RDEPEND}"