diff options
author | 2009-04-23 04:54:54 +0000 | |
---|---|---|
committer | 2009-04-23 04:54:54 +0000 | |
commit | 82ec4057f4f17df8ffb3357540a0c479f9c596ba (patch) | |
tree | 7008045cf84660e05c5e73200638dbbb4f9fdeac /x11-drivers/ati-drivers | |
parent | Add patch for msn taking 100% CPU, bug #266877. Remove old versions (diff) | |
download | gentoo-2-82ec4057f4f17df8ffb3357540a0c479f9c596ba.tar.gz gentoo-2-82ec4057f4f17df8ffb3357540a0c479f9c596ba.tar.bz2 gentoo-2-82ec4057f4f17df8ffb3357540a0c479f9c596ba.zip |
Die on linux-2.6.29 kernels
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/ati-drivers')
-rw-r--r-- | x11-drivers/ati-drivers/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-8.573-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-8.582.ebuild | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/x11-drivers/ati-drivers/ChangeLog b/x11-drivers/ati-drivers/ChangeLog index 8e071079f524..92db8e2d058e 100644 --- a/x11-drivers/ati-drivers/ChangeLog +++ b/x11-drivers/ati-drivers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/ati-drivers # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.153 2009/04/23 03:13:26 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.154 2009/04/23 04:54:54 je_fro Exp $ + + 23 Apr 2009; Jeff Gardner <je_fro@gentoo.org> ati-drivers-8.573-r1, + ati-drivers-8.582: + Die with linux-2.6.29. *ati-drivers-8.593 (23 Apr 2009) diff --git a/x11-drivers/ati-drivers/ati-drivers-8.573-r1.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.573-r1.ebuild index d9f2895429ec..e58f2293f3da 100644 --- a/x11-drivers/ati-drivers/ati-drivers-8.573-r1.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-8.573-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.573-r1.ebuild,v 1.3 2009/03/14 23:28:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.573-r1.ebuild,v 1.4 2009/04/23 04:54:54 je_fro Exp $ IUSE="acpi debug" @@ -50,6 +50,10 @@ pkg_setup() { linux-mod_pkg_setup BUILD_PARAMS="GCC_VER_MAJ=$(gcc-major-version) KVER=${KV_FULL} KDIR=${KV_DIR}" + if kernel_is ge 2 6 29; then + die "${P} is not yet compatible with 2.6.29 kernels. See bug #264021." + fi + if ! kernel_is 2 6; then eerror "Need a 2.6 kernel to compile against!" die "Need a 2.6 kernel to compile against!" diff --git a/x11-drivers/ati-drivers/ati-drivers-8.582.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.582.ebuild index c55d9e792f11..4edc42e3dc3b 100644 --- a/x11-drivers/ati-drivers/ati-drivers-8.582.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-8.582.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.582.ebuild,v 1.3 2009/03/14 23:28:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.582.ebuild,v 1.4 2009/04/23 04:54:54 je_fro Exp $ IUSE="acpi debug" @@ -50,6 +50,10 @@ pkg_setup() { linux-mod_pkg_setup BUILD_PARAMS="GCC_VER_MAJ=$(gcc-major-version) KVER=${KV_FULL} KDIR=${KV_DIR}" + if kernel_is ge 2 6 29; then + die "${P} is not yet compatible with 2.6.29 kernels. See bug #264021." + fi + if ! kernel_is 2 6; then eerror "Need a 2.6 kernel to compile against!" die "Need a 2.6 kernel to compile against!" |