diff options
author | Bryan Stine <battousai@gentoo.org> | 2009-03-28 00:34:08 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2009-03-28 00:34:08 +0000 |
commit | 6e38b4572e1a2a977e3950c7aea029435dcb7901 (patch) | |
tree | a4bc9cc7b27135b5e0417b1a9320f3dd2e496085 /x11-base | |
parent | Refactor gcc-3 stack-protector filtering a bit more (diff) | |
download | gentoo-2-6e38b4572e1a2a977e3950c7aea029435dcb7901.tar.gz gentoo-2-6e38b4572e1a2a977e3950c7aea029435dcb7901.tar.bz2 gentoo-2-6e38b4572e1a2a977e3950c7aea029435dcb7901.zip |
Remove unneeded AGP and (useless) extra DRM kernel config checks.
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/x11-drm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-base/x11-drm/x11-drm-20090320.ebuild | 10 |
2 files changed, 6 insertions, 9 deletions
diff --git a/x11-base/x11-drm/ChangeLog b/x11-base/x11-drm/ChangeLog index dba02a915a4b..bdfb7e52b498 100644 --- a/x11-base/x11-drm/ChangeLog +++ b/x11-base/x11-drm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-base/x11-drm # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/ChangeLog,v 1.71 2009/03/27 22:24:25 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/ChangeLog,v 1.72 2009/03/28 00:34:08 battousai Exp $ + + 28 Mar 2009; Bryan Stine <battousai@gentoo.org> x11-drm-20090320.ebuild: + Remove unneeded AGP and (useless) extra DRM kernel config checks. 27 Mar 2009; Bryan Stine <battousai@gentoo.org> x11-drm-20090320.ebuild: Removed nouveau.ko and nv VIDEO_CARDS flag. There are no supporting diff --git a/x11-base/x11-drm/x11-drm-20090320.ebuild b/x11-base/x11-drm/x11-drm-20090320.ebuild index a33e98e57af8..af458a14113d 100644 --- a/x11-base/x11-drm/x11-drm-20090320.ebuild +++ b/x11-base/x11-drm/x11-drm-20090320.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-base/x11-drm/x11-drm-20090320.ebuild,v 1.2 2009/03/27 22:24:25 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20090320.ebuild,v 1.3 2009/03/28 00:34:08 battousai Exp $ inherit eutils x11 linux-mod autotools @@ -140,9 +140,8 @@ kernel_setup() { die "Please use in-kernel DRM or switch to a 2.6 kernel." fi - CONFIG_CHECK="!DRM AGP" + CONFIG_CHECK="!DRM" ERROR_DRM="Please disable DRM in the kernel config. (CONFIG_DRM = n)" - ERROR_AGP="AGP support is not enabled in your kernel config (CONFIG_AGP)" linux-mod_pkg_setup fi @@ -258,11 +257,6 @@ src_compile_linux() { BUILD_TARGETS="modules" BUILD_PARAMS="DRM_MODULES='${VIDCARDS}' LINUXDIR='${KERNEL_DIR}' M='${SRC_BUILD}'" ECONF_PARAMS='' S="${SRC_BUILD}" linux-mod_src_compile - - if linux_chkconfig_present DRM - then - ewarn "Please disable in-kernel DRM support to use this package." - fi } src_compile_freebsd() { |