summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmed Ammar <b33fc0d3@gentoo.org>2008-09-09 10:14:45 +0000
committerAhmed Ammar <b33fc0d3@gentoo.org>2008-09-09 10:14:45 +0000
commit9c0bffeb7cc45d79fc50c395f61a57fb4b9e30ab (patch)
tree7bfcfe123512ee243e8f087d3883e6dd48c94b3a /x11-drivers
parentForward-port USE=static from gnupg1 since wschlich asked for it in bug #159623. (diff)
downloadgentoo-2-9c0bffeb7cc45d79fc50c395f61a57fb4b9e30ab.tar.gz
gentoo-2-9c0bffeb7cc45d79fc50c395f61a57fb4b9e30ab.tar.bz2
gentoo-2-9c0bffeb7cc45d79fc50c395f61a57fb4b9e30ab.zip
Made PREEMPT_RCU error message slightly more verbose.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3-rt7 i686)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/ati-drivers/ChangeLog7
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.493.ebuild4
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.501.ebuild4
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.512.ebuild4
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-8.522.ebuild4
5 files changed, 14 insertions, 9 deletions
diff --git a/x11-drivers/ati-drivers/ChangeLog b/x11-drivers/ati-drivers/ChangeLog
index 26340bd8bfa6..1c8f564a4036 100644
--- a/x11-drivers/ati-drivers/ChangeLog
+++ b/x11-drivers/ati-drivers/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-drivers/ati-drivers
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.124 2008/08/22 20:01:58 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.125 2008/09/09 10:14:45 b33fc0d3 Exp $
+
+ 09 Sep 2008; <b33fc0d3@gentoo.org> ati-drivers-8.493.ebuild,
+ ati-drivers-8.501.ebuild, ati-drivers-8.512.ebuild,
+ ati-drivers-8.522.ebuild:
+ Made PREEMPT_RCU error message slightly more verbose
*ati-drivers-8.522 (22 Aug 2008)
*ati-drivers-8.512 (22 Aug 2008)
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.493.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.493.ebuild
index cddc77040bef..22919fab4461 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.493.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.493.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 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.493.ebuild,v 1.1 2008/05/24 15:19:20 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.493.ebuild,v 1.2 2008/09/09 10:14:45 b33fc0d3 Exp $
IUSE="acpi debug"
@@ -74,7 +74,7 @@ pkg_setup() {
fi
if kernel_is ge 2 6 25 && linux_chkconfig_present PREEMPT_RCU; then
- die "${P} is not compatible RCU Preemption, please disable it"
+ die "${P} is not compatible with RCU Preemption (bug #223281), please disable it"
fi
if kernel_is ge 2 6 24 && ! linux_chkconfig_present PCI_LEGACY; then
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.501.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.501.ebuild
index 2f9ccef4b12d..dbe5a56f1fe3 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.501.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.501.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 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.501.ebuild,v 1.3 2008/07/09 22:33:19 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.501.ebuild,v 1.4 2008/09/09 10:14:45 b33fc0d3 Exp $
IUSE="acpi debug"
@@ -75,7 +75,7 @@ pkg_setup() {
fi
if kernel_is ge 2 6 25 && linux_chkconfig_present PREEMPT_RCU; then
- die "${P} is not compatible RCU Preemption, please disable it"
+ die "${P} is not compatible with RCU Preemption (bug #223281), please disable it"
fi
if kernel_is ge 2 6 24 && ! linux_chkconfig_present PCI_LEGACY; then
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.512.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.512.ebuild
index a4524c546db5..8ca478feaf9c 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.512.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.512.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 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.512.ebuild,v 1.1 2008/08/22 20:01:58 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.512.ebuild,v 1.2 2008/09/09 10:14:45 b33fc0d3 Exp $
IUSE="acpi debug"
@@ -75,7 +75,7 @@ pkg_setup() {
fi
if kernel_is ge 2 6 25 && linux_chkconfig_present PREEMPT_RCU; then
- die "${P} is not compatible RCU Preemption, please disable it"
+ die "${P} is not compatible with RCU Preemption (bug #223281), please disable it"
fi
if kernel_is ge 2 6 24 && ! linux_chkconfig_present PCI_LEGACY; then
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.522.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.522.ebuild
index a8517fecd042..bdc6cf8ebb89 100644
--- a/x11-drivers/ati-drivers/ati-drivers-8.522.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-8.522.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 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.522.ebuild,v 1.1 2008/08/22 20:01:58 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.522.ebuild,v 1.2 2008/09/09 10:14:45 b33fc0d3 Exp $
IUSE="acpi debug"
@@ -75,7 +75,7 @@ pkg_setup() {
fi
if kernel_is ge 2 6 25 && linux_chkconfig_present PREEMPT_RCU; then
- die "${P} is not compatible RCU Preemption, please disable it"
+ die "${P} is not compatible with RCU Preemption (bug #223281), please disable it"
fi
if kernel_is ge 2 6 24 && ! linux_chkconfig_present PCI_LEGACY; then