summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Jackson <iggy@gentoo.org>2003-11-16 19:14:06 +0000
committerBrian Jackson <iggy@gentoo.org>2003-11-16 19:14:06 +0000
commit4b5df5098fdd81731a19f15064f9f5b6f55181e7 (patch)
treef9c6736416e07686aad4ad6f21a7ad30fbf3c7d4 /sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild
parentmove inherit kernel below EXTRAVERSION (diff)
downloadgentoo-2-4b5df5098fdd81731a19f15064f9f5b6f55181e7.tar.gz
gentoo-2-4b5df5098fdd81731a19f15064f9f5b6f55181e7.tar.bz2
gentoo-2-4b5df5098fdd81731a19f15064f9f5b6f55181e7.zip
move inherit kernel below EXTRAVERSION, clean out some old stuff
Diffstat (limited to 'sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild')
-rw-r--r--sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild
index 1d9852ba9ec4..b6a4caec0e8a 100644
--- a/sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild
+++ b/sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild,v 1.7 2003/09/07 07:26:01 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild,v 1.8 2003/11/16 19:14:04 iggy Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
-ETYPE="sources"
-inherit kernel
OKV=2.4.20
KV=2.4.20
EXTRAVERSION=""
S=${WORKDIR}/linux-${KV}
+ETYPE="sources"
+inherit kernel
# What's in this kernel?