diff options
Diffstat (limited to 'sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_rc1.ebuild')
-rw-r--r-- | sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_rc1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_rc1.ebuild b/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_rc1.ebuild index cd95a40aa74d..792ed175cf6a 100644 --- a/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_rc1.ebuild +++ b/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_rc1.ebuild @@ -1,9 +1,12 @@ # 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-prepatch-sources/vanilla-prepatch-sources-2.4.23_rc1.ebuild,v 1.2 2003/11/16 18:57:16 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_rc1.ebuild,v 1.3 2003/11/20 07:43:38 lostlogic Exp $ IUSE="build" +ETYPE="sources" +inherit kernel + # OKV=original kernel version, KV=patched kernel version. OKV="2.4.22" KV="${PV/_/-}" @@ -12,9 +15,6 @@ S=${WORKDIR}/linux-${KV} EXTRAVERSION="`echo ${KV}|sed -e 's:[^-]*\(-.*$\):\1:'`" BASE="`echo ${KV}|sed -e s:${EXTRAVERSION}::`" -ETYPE="sources" -inherit kernel || die - DESCRIPTION="Full sources for the prerelease vanilla Linux kernel" SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2 mirror://kernel/linux/kernel/v2.4/testing/patch-${PV/_/-}.bz2" |