diff options
author | Christian Birchinger <joker@gentoo.org> | 2004-02-18 22:55:13 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2004-02-18 22:55:13 +0000 |
commit | 1185647bce973f698ed932e448102646a39ab563 (patch) | |
tree | 8b08794d736d52e4fab408258671cfeac77f0877 /sys-kernel | |
parent | Adding version 0.9 (Manifest recommit) (diff) | |
download | gentoo-2-1185647bce973f698ed932e448102646a39ab563.tar.gz gentoo-2-1185647bce973f698ed932e448102646a39ab563.tar.bz2 gentoo-2-1185647bce973f698ed932e448102646a39ab563.zip |
Marked -sparc since the patch breaks sym scsi code
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/sparc-sources/sparc-sources-2.4.24-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/sparc-sources/sparc-sources-2.4.24-r2.ebuild b/sys-kernel/sparc-sources/sparc-sources-2.4.24-r2.ebuild index 054c14e34611..28060eaeace5 100644 --- a/sys-kernel/sparc-sources/sparc-sources-2.4.24-r2.ebuild +++ b/sys-kernel/sparc-sources/sparc-sources-2.4.24-r2.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/sparc-sources/sparc-sources-2.4.24-r2.ebuild,v 1.1 2004/02/18 22:41:31 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/sparc-sources-2.4.24-r2.ebuild,v 1.2 2004/02/18 22:55:13 joker Exp $ IUSE="ultra1" @@ -31,7 +31,7 @@ SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 mirror://gentoo/patches-${KV}.tar.bz2" S=${WORKDIR}/linux-${KV} -KEYWORDS="~x86 -ppc ~sparc" +KEYWORDS="-ppc -sparc" SLOT="${KV}" src_unpack() { |