diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-03-03 00:00:26 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-03-03 00:00:26 +0000 |
commit | 410d15eb82e931a241bb9195ca283b6b16677f95 (patch) | |
tree | 6747140ef964bca06ace455d5eb08bf4b95a70ec /x11-drivers | |
parent | Patch to fix oops on kernel >=2.6.37. Bug #350753 (diff) | |
download | gentoo-2-410d15eb82e931a241bb9195ca283b6b16677f95.tar.gz gentoo-2-410d15eb82e931a241bb9195ca283b6b16677f95.tar.bz2 gentoo-2-410d15eb82e931a241bb9195ca283b6b16677f95.zip |
Not compatible with libdrm-2.4.24
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-nouveau/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20101130.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-nouveau/ChangeLog b/x11-drivers/xf86-video-nouveau/ChangeLog index d8d28b1304b3..d7e08a3e63e9 100644 --- a/x11-drivers/xf86-video-nouveau/ChangeLog +++ b/x11-drivers/xf86-video-nouveau/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-nouveau # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.24 2011/02/20 23:52:27 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.25 2011/03/03 00:00:26 chithanh Exp $ + + 02 Mar 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + xf86-video-nouveau-0.0.16_pre20101130.ebuild: + Not compatible with libdrm-2.4.24 20 Feb 2011; Joseph Jezak <josejx@gentoo.org> xf86-video-nouveau-0.0.16_pre20101130.ebuild: diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20101130.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20101130.ebuild index 3d8e596cd689..de57e1751583 100644 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20101130.ebuild +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20101130.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/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20101130.ebuild,v 1.4 2011/02/20 23:52:27 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20101130.ebuild,v 1.5 2011/03/03 00:00:26 chithanh Exp $ EAPI=3 XORG_EAUTORECONF="yes" @@ -14,7 +14,7 @@ KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" RDEPEND=">=x11-base/xorg-server-1.8[-minimal] - >=x11-libs/libdrm-2.4.23[video_cards_nouveau]" + =x11-libs/libdrm-2.4.23*[video_cards_nouveau]" DEPEND="${RDEPEND} x11-proto/dri2proto |