diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-12-18 00:12:48 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-12-18 00:12:48 +0000 |
commit | c63189ef4d20c90380725332dd9807d3f8f0fe2e (patch) | |
tree | 330389625e7957bbe7f86e826004efcfee762ca7 /sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-c63189ef4d20c90380725332dd9807d3f8f0fe2e.tar.gz gentoo-2-c63189ef4d20c90380725332dd9807d3f8f0fe2e.tar.bz2 gentoo-2-c63189ef4d20c90380725332dd9807d3f8f0fe2e.zip |
big SLOT=${KV} commit
Diffstat (limited to 'sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild')
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild index 13e9cb1519c9..4e493127ac47 100644 --- a/sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild +++ b/sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild @@ -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/sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild,v 1.6 2002/11/28 18:24:07 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild,v 1.7 2002/12/18 00:12:48 lostlogic Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. #we use this next variable to avoid duplicating stuff on cvs @@ -10,7 +10,7 @@ KV=${PVR} S=${WORKDIR}/linux-${KV} S2=${WORKDIR}/linux-${KV}-extras LICENSE="GPL-2" -SLOT="0" +SLOT="${KV}" KEYWORDS="x86 -ppc" #What's in this kernel? |