diff options
author | Christian Birchinger <joker@gentoo.org> | 2002-12-23 02:36:15 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2002-12-23 02:36:15 +0000 |
commit | 296e24700cdf39bc33ba46dfc8b035dbc640732d (patch) | |
tree | 5f0e0925659c505d5caef002e77a484b0b6732b7 /sys-kernel/ppc-sources/ppc-sources-2.4.20-r2.ebuild | |
parent | add tasklet patch (diff) | |
download | gentoo-2-296e24700cdf39bc33ba46dfc8b035dbc640732d.tar.gz gentoo-2-296e24700cdf39bc33ba46dfc8b035dbc640732d.tar.bz2 gentoo-2-296e24700cdf39bc33ba46dfc8b035dbc640732d.zip |
Removed sparc64 keyword
Diffstat (limited to 'sys-kernel/ppc-sources/ppc-sources-2.4.20-r2.ebuild')
-rw-r--r-- | sys-kernel/ppc-sources/ppc-sources-2.4.20-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/ppc-sources/ppc-sources-2.4.20-r2.ebuild b/sys-kernel/ppc-sources/ppc-sources-2.4.20-r2.ebuild index 220f5e606d36..4d463841002c 100644 --- a/sys-kernel/ppc-sources/ppc-sources-2.4.20-r2.ebuild +++ b/sys-kernel/ppc-sources/ppc-sources-2.4.20-r2.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/ppc-sources/ppc-sources-2.4.20-r2.ebuild,v 1.1 2002/12/18 18:00:44 kain Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ppc-sources/ppc-sources-2.4.20-r2.ebuild,v 1.2 2002/12/23 02:36:15 joker Exp $ IUSE="build crypt" @@ -25,7 +25,7 @@ inherit kernel || die DESCRIPTION="Full sources for the Gentoo Linux kernel" SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 http://cvs.gentoo.org/~kain/ppc/patches-${KV}.tar.bz2" -KEYWORDS="-x86 ~ppc -sparc -alpha -sparc64" +KEYWORDS="-x86 ~ppc -sparc -alpha" src_unpack() { unpack ${A} |