diff options
Diffstat (limited to 'sys-kernel/vanilla-sources/vanilla-sources-2.4.22.ebuild')
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-2.4.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.22.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.22.ebuild index 298bf9f2a492..a68e5a51b773 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.4.22.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.4.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.22.ebuild,v 1.8 2004/04/27 22:10:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.22.ebuild,v 1.9 2004/05/30 23:53:42 pvdabeel Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. ETYPE="sources" @@ -19,7 +19,7 @@ S=${WORKDIR}/linux-${KV} DESCRIPTION="Full sources for the Linux kernel" SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2" HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" -KEYWORDS="x86 ppc sparc alpha amd64" +KEYWORDS="x86 -ppc sparc alpha amd64" SLOT="${KV}" src_unpack() { |