diff options
author | John Mylchreest <johnm@gentoo.org> | 2004-11-29 12:42:21 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2004-11-29 12:42:21 +0000 |
commit | 83195528ad5f295f4b945525dd4c95cbf77a2f4f (patch) | |
tree | 4053eefe18fc93da1fcdaf0e0db8b839922ff3ac /eclass/kernel-2.eclass | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-83195528ad5f295f4b945525dd4c95cbf77a2f4f.tar.gz gentoo-2-83195528ad5f295f4b945525dd4c95cbf77a2f4f.tar.bz2 gentoo-2-83195528ad5f295f4b945525dd4c95cbf77a2f4f.zip |
updating SLOT to not use eclass variables since this breaks portage cache.
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 17defe79c854..e9fe4ebea6ec 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.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-2.eclass,v 1.56 2004/11/26 16:01:46 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.57 2004/11/29 12:42:21 johnm Exp $ # Description: kernel.eclass rewrite for a clean base regarding the 2.6 # series of kernel with back-compatibility for 2.4 @@ -50,7 +50,7 @@ EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_preinst pkg_po HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" LICENSE="GPL-2" IUSE="${IUSE} build doc" -SLOT="${KV_FULL}" +SLOT="${PV}" # Grab kernel version from KV_FULL KV_MAJOR=$(echo ${KV_FULL} | cut -d. -f1) |