summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-06-27 17:52:48 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-06-27 17:52:48 +0000
commitb793f6b6cf131037e22f71449246ae0435e62789 (patch)
tree902f99804fadba8c65a590de6e38163955ed56bc /x11-drivers
parentVersion bump, bug 274285 (diff)
downloadgentoo-2-b793f6b6cf131037e22f71449246ae0435e62789.tar.gz
gentoo-2-b793f6b6cf131037e22f71449246ae0435e62789.tar.bz2
gentoo-2-b793f6b6cf131037e22f71449246ae0435e62789.zip
Remove obsolete kernel config checks per bug #275488.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/ati-drivers/ChangeLog6
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-9.6.ebuild11
2 files changed, 6 insertions, 11 deletions
diff --git a/x11-drivers/ati-drivers/ChangeLog b/x11-drivers/ati-drivers/ChangeLog
index 41929e51052c..da61c909cfca 100644
--- a/x11-drivers/ati-drivers/ChangeLog
+++ b/x11-drivers/ati-drivers/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/ati-drivers
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.162 2009/06/27 17:41:58 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.163 2009/06/27 17:52:48 scarabeus Exp $
+
+ 27 Jun 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ ati-drivers-9.6.ebuild:
+ Remove obsolete kernel config checks per bug #275488.
27 Jun 2009; Tomáš Chvátal <scarabeus@gentoo.org>
ati-drivers-9.6.ebuild:
diff --git a/x11-drivers/ati-drivers/ati-drivers-9.6.ebuild b/x11-drivers/ati-drivers/ati-drivers-9.6.ebuild
index 1360941c2a9f..bb744a81fac1 100644
--- a/x11-drivers/ati-drivers/ati-drivers-9.6.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-9.6.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-9.6.ebuild,v 1.4 2009/06/27 16:53:18 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-9.6.ebuild,v 1.5 2009/06/27 17:52:48 scarabeus Exp $
EAPI="1"
@@ -66,15 +66,6 @@ pkg_setup() {
die "${P} is not compatible with RCU Preemption (bug #223281), please disable it"
fi
- if kernel_is ge 2 6 26 && ! linux_chkconfig_present UNUSED_SYMBOLS; then
- ewarn "You have to Enable unused/obsolete exported symbols in Kernel hacking section of kernel config for fglrx to load"
- fi
-
- if kernel_is ge 2 6 24 && ! linux_chkconfig_present PCI_LEGACY; then
- eerror "${P} requires support for pci_find_slot."
- die "${P} requires support for pci_find_slot."
- fi
-
if kernel_is ge 2 6 29; then
ewarn "Kernels newer then 2.6.28 are heavily patched and might result in runtime failitures."
ewarn "Consider them as unsupported by us."