diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-09-30 03:48:03 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-09-30 03:48:03 +0000 |
commit | 64bff9ea2973c2ad9b0346afb09e944d1e3e0181 (patch) | |
tree | 15fff762ddccdabef0cde6c8d2d02afa8255da7e /x11-drivers/xf86-video-nouveau | |
parent | Update for libdrm changes. (diff) | |
download | gentoo-2-64bff9ea2973c2ad9b0346afb09e944d1e3e0181.tar.gz gentoo-2-64bff9ea2973c2ad9b0346afb09e944d1e3e0181.tar.bz2 gentoo-2-64bff9ea2973c2ad9b0346afb09e944d1e3e0181.zip |
Update for libdrm changes.
(Portage version: 2.2_rc85/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-nouveau')
3 files changed, 18 insertions, 5 deletions
diff --git a/x11-drivers/xf86-video-nouveau/ChangeLog b/x11-drivers/xf86-video-nouveau/ChangeLog index 7bfd2350af6e..925e2450278f 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.14 2010/08/23 15:23:49 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.15 2010/09/30 03:48:03 chithanh Exp $ + + 30 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + xf86-video-nouveau-0.0.16_pre20100807.ebuild, + xf86-video-nouveau-0.0.16_pre20100819.ebuild: + Update for libdrm changes. *xf86-video-nouveau-0.0.16_pre20100819 (23 Aug 2010) diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100807.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100807.ebuild index cbfc9661ff31..f18f5490f4b4 100644 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100807.ebuild +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100807.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.16_pre20100807.ebuild,v 1.1 2010/08/12 09:55:55 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100807.ebuild,v 1.2 2010/09/30 03:48:03 chithanh Exp $ EAPI=2 SNAPSHOT="yes" @@ -14,7 +14,11 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=x11-base/xorg-server-1.7[-minimal] - >=x11-libs/libdrm-2.4.19" + || ( + =x11-libs/libdrm-2.4.20 + =x11-libs/libdrm-2.4.21 + x11-libs/libdrm[video_cards_nouveau] + )" DEPEND="${RDEPEND} x11-proto/dri2proto diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100819.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100819.ebuild index 2d19283a7c39..efe0b83295cb 100644 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100819.ebuild +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100819.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.16_pre20100819.ebuild,v 1.1 2010/08/23 15:23:49 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100819.ebuild,v 1.2 2010/09/30 03:48:03 chithanh Exp $ EAPI=2 SNAPSHOT="yes" @@ -14,7 +14,11 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=x11-base/xorg-server-1.7[-minimal] - >=x11-libs/libdrm-2.4.19" + || ( + =x11-libs/libdrm-2.4.20 + =x11-libs/libdrm-2.4.21 + x11-libs/libdrm[video_cards_nouveau] + )" DEPEND="${RDEPEND} x11-proto/dri2proto |