diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 05:28:49 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 05:28:49 +0000 |
commit | c5e9ebfd80447be57f89e3d785b97cb75ef35786 (patch) | |
tree | 44471349705636849e7f286ab2299d705ee8a631 /sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild | |
parent | Removing old versions of 2.5. Marking -r2 amd64 stable. Closing bug #52977 (M... (diff) | |
download | gentoo-2-c5e9ebfd80447be57f89e3d785b97cb75ef35786.tar.gz gentoo-2-c5e9ebfd80447be57f89e3d785b97cb75ef35786.tar.bz2 gentoo-2-c5e9ebfd80447be57f89e3d785b97cb75ef35786.zip |
sync IUSE (+build)
Diffstat (limited to 'sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild')
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild index ab8d5fa73f06..42bb00e3c7a8 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild @@ -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/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild,v 1.13 2004/06/24 23:01:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild,v 1.14 2004/07/15 05:28:49 agriffis Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. ETYPE="sources" @@ -20,6 +20,7 @@ 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 ~s390" +IUSE="" SLOT="${KV}" src_unpack() { |