diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-05-21 07:38:03 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-05-21 07:38:03 +0000 |
commit | 71a76bac283ba8f83afe94411bd9a985527df785 (patch) | |
tree | 2feaed07c19a104f7dad62473efcd947cdfe3db5 /x11-drivers/xf86-video-nouveau | |
parent | Unpack the unpacked tarballs in src_unpack using unpack. Should fix bug #3203... (diff) | |
download | gentoo-2-71a76bac283ba8f83afe94411bd9a985527df785.tar.gz gentoo-2-71a76bac283ba8f83afe94411bd9a985527df785.tar.bz2 gentoo-2-71a76bac283ba8f83afe94411bd9a985527df785.zip |
Add a suggestion to the kernel warning.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-nouveau')
3 files changed, 10 insertions, 5 deletions
diff --git a/x11-drivers/xf86-video-nouveau/ChangeLog b/x11-drivers/xf86-video-nouveau/ChangeLog index ba50cd784546..da8c325d58a2 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.7 2010/05/12 13:49:47 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.8 2010/05/21 07:38:03 chithanh Exp $ + + 21 May 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + xf86-video-nouveau-0.0.15_pre20100329.ebuild, + xf86-video-nouveau-0.0.16_pre20100510.ebuild: + Add a suggestion to the kernel warning. *xf86-video-nouveau-0.0.16_pre20100510 (12 May 2010) 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 b44c531c0a21..198989673694 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.3 2010/04/27 23:47:16 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100329.ebuild,v 1.4 2010/05/21 07:38:03 chithanh Exp $ EAPI=2 SNAPSHOT="yes" @@ -36,7 +36,7 @@ pkg_postinst() { if kernel_is 2 6 33; then ewarn "Nouveau DRM in kernel 2.6.33 is API incompatible to" ewarn ">=x11-libs/libdrm-2.4.18, please use x11-base/nouveau-drm" - ewarn "instead." + ewarn "or kernel 2.6.34 instead." fi fi } diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100510.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100510.ebuild index 1238ad0fb25d..fd6499df3292 100644 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100510.ebuild +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100510.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_pre20100510.ebuild,v 1.1 2010/05/12 13:49:47 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100510.ebuild,v 1.2 2010/05/21 07:38:03 chithanh Exp $ EAPI=2 SNAPSHOT="yes" @@ -36,7 +36,7 @@ pkg_postinst() { if kernel_is 2 6 33; then ewarn "Nouveau DRM in kernel 2.6.33 is API incompatible to" ewarn ">=x11-libs/libdrm-2.4.18, please use x11-base/nouveau-drm" - ewarn "instead." + ewarn "or kernel 2.6.34 instead." fi fi } |