summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2004-12-02 20:34:29 +0000
committerDaniel Drake <dsd@gentoo.org>2004-12-02 20:34:29 +0000
commite262cea3400dbd1fe027ec3c41aadae7ecb19f5d (patch)
tree1ffb6fc3211943785998f03c2b413541afdb8269 /eclass/kernel-2.eclass
parentAdded support for ruby16. (Manifest recommit) (diff)
downloadgentoo-2-e262cea3400dbd1fe027ec3c41aadae7ecb19f5d.tar.gz
gentoo-2-e262cea3400dbd1fe027ec3c41aadae7ecb19f5d.tar.bz2
gentoo-2-e262cea3400dbd1fe027ec3c41aadae7ecb19f5d.zip
Use SLOT=PVR
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r--eclass/kernel-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index e5d2d78d1923..e41b60387fb7 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.58 2004/11/29 13:44:31 johnm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.59 2004/12/02 20:34:29 dsd 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="${PV}"
+SLOT="${PVR}"
# set LINUX_HOSTCFLAGS if not already set
[ -z "$LINUX_HOSTCFLAGS" ] && LINUX_HOSTCFLAGS="-Wall -Wstrict-prototypes -Os -fomit-frame-pointer -I${S}/include"