diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-04-03 16:25:35 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-04-03 16:25:35 +0000 |
commit | 7c3daeb526a5a97b429d4cd0fd56a9de8256d4cb (patch) | |
tree | d0cc2d43a2d448c5d4f2274bef793cf1417a3244 /x11-drivers/xf86-video-nouveau | |
parent | x86 stable wrt bug #311285 (diff) | |
download | gentoo-2-7c3daeb526a5a97b429d4cd0fd56a9de8256d4cb.tar.gz gentoo-2-7c3daeb526a5a97b429d4cd0fd56a9de8256d4cb.tar.bz2 gentoo-2-7c3daeb526a5a97b429d4cd0fd56a9de8256d4cb.zip |
x11-drivers/xf86-video-nouveau: Adjust libdrm dependency.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-nouveau')
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-drivers/xf86-video-nouveau/ChangeLog b/x11-drivers/xf86-video-nouveau/ChangeLog index b8966a11e659..e090fbf8808b 100644 --- a/x11-drivers/xf86-video-nouveau/ChangeLog +++ b/x11-drivers/xf86-video-nouveau/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-video-nouveau # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.4 2010/04/03 15:57:49 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.5 2010/04/03 16:25:35 chithanh Exp $ + + 03 Apr 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + xf86-video-nouveau-0.0.15_pre20100213.ebuild, + xf86-video-nouveau-0.0.15_pre20100329.ebuild: + Adjust libdrm dependency. *xf86-video-nouveau-0.0.15_pre20100329 (03 Apr 2010) diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild index e3820142a882..1ac53ce1c60f 100644 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild,v 1.3 2010/02/23 08:45:56 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild,v 1.4 2010/04/03 16:25:35 chithanh Exp $ EAPI=2 SNAPSHOT="yes" @@ -14,7 +14,8 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=x11-base/xorg-server-1.7[-minimal] - >=x11-libs/libdrm-2.4.18_pre" + >=x11-libs/libdrm-2.4.18_pre + <x11-libs/libdrm-2.4.20" DEPEND="${RDEPEND} x11-proto/fontsproto diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100329.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100329.ebuild index 998b1608546b..ca0727c79931 100644 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100329.ebuild +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100329.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100329.ebuild,v 1.1 2010/04/03 15:57:49 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100329.ebuild,v 1.2 2010/04/03 16:25:35 chithanh Exp $ EAPI=2 SNAPSHOT="yes" @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=x11-base/xorg-server-1.7[-minimal] - >=x11-libs/libdrm-2.4.18_pre" + >=x11-libs/libdrm-2.4.19" DEPEND="${RDEPEND} x11-proto/fontsproto |