diff options
author | Daniel Drake <dsd@gentoo.org> | 2005-01-18 22:20:38 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2005-01-18 22:20:38 +0000 |
commit | ebae85415911412f054c3300c37aa6df52c35c33 (patch) | |
tree | 07796034abaff30f588986a2b3737e9bc3a674ea /eclass | |
parent | New version (Manifest recommit) (diff) | |
download | gentoo-2-ebae85415911412f054c3300c37aa6df52c35c33.tar.gz gentoo-2-ebae85415911412f054c3300c37aa6df52c35c33.tar.bz2 gentoo-2-ebae85415911412f054c3300c37aa6df52c35c33.zip |
Remove bad inherit. Hands off, spanky ;)
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/kernel.eclass b/eclass/kernel.eclass index bb5302f7eb79..91157e678f3b 100644 --- a/eclass/kernel.eclass +++ b/eclass/kernel.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.56 2005/01/11 14:46:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.57 2005/01/18 22:20:38 dsd Exp $ # # This eclass contains the common functions to be used by all lostlogic # based kernel ebuilds @@ -8,8 +8,6 @@ # small naming fix by kain # moved set_arch_to_ functions to eutils -iggy (20041002) -inherit linux-info - ECLASS=kernel EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst |