diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-12-20 03:16:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-12-20 03:16:51 +0000 |
commit | 69e396a3283ded167fcebb60ccf79e715b2c1c25 (patch) | |
tree | 2fa0341a04d634c5ea1d59b559db27dc71983c40 /sys-kernel | |
parent | slight syntax fix (diff) | |
download | gentoo-2-69e396a3283ded167fcebb60ccf79e715b2c1c25.tar.gz gentoo-2-69e396a3283ded167fcebb60ccf79e715b2c1c25.tar.bz2 gentoo-2-69e396a3283ded167fcebb60ccf79e715b2c1c25.zip |
arch masked
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/sparc-sources/sparc-sources-2.4.21_pre1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/sparc-sources/sparc-sources-2.4.21_pre1.ebuild b/sys-kernel/sparc-sources/sparc-sources-2.4.21_pre1.ebuild index 7f6bffd4ec58..c29f3169be1c 100644 --- a/sys-kernel/sparc-sources/sparc-sources-2.4.21_pre1.ebuild +++ b/sys-kernel/sparc-sources/sparc-sources-2.4.21_pre1.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/sparc-sources/sparc-sources-2.4.21_pre1.ebuild,v 1.2 2002/12/18 00:12:48 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/sparc-sources-2.4.21_pre1.ebuild,v 1.3 2002/12/20 03:16:51 seemant Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. IUSE="build" @@ -24,7 +24,7 @@ PROVIDE="virtual/linux-sources" HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" LICENSE="GPL-2" SLOT="${KV}" -KEYWORDS="x86 -ppc sparc -alpha" +KEYWORDS="~x86 -ppc ~sparc -alpha" if [ $ETYPE = "sources" ] then |