diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-12-18 00:13:16 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-12-18 00:13:16 +0000 |
commit | b51cf76cb7aca2a02d8c9366f3a706ae937cf894 (patch) | |
tree | d06c62dfbb321d0aa054ee997eea9bf3f8944227 /eclass | |
parent | big SLOT=${KV} commit (diff) | |
download | gentoo-2-b51cf76cb7aca2a02d8c9366f3a706ae937cf894.tar.gz gentoo-2-b51cf76cb7aca2a02d8c9366f3a706ae937cf894.tar.bz2 gentoo-2-b51cf76cb7aca2a02d8c9366f3a706ae937cf894.zip |
remove slot
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/kernel.eclass b/eclass/kernel.eclass index 4e92e42288f8..fe06e997cb3a 100644 --- a/eclass/kernel.eclass +++ b/eclass/kernel.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.13 2002/10/27 19:05:13 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.14 2002/12/18 00:13:16 lostlogic Exp $ # This eclass contains the common functions to be used by all lostlogic # based kernel ebuilds @@ -16,7 +16,6 @@ S=${WORKDIR}/linux-${KV} PROVIDE="virtual/linux-sources" HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" LICENSE="GPL-2" -SLOT="0" if [ $ETYPE = "sources" ] then |