diff options
author | Kevyn Shortell <trance@gentoo.org> | 2002-08-17 21:03:28 +0000 |
---|---|---|
committer | Kevyn Shortell <trance@gentoo.org> | 2002-08-17 21:03:28 +0000 |
commit | b44d151b32da0eeb0c914bd417a4800516d71b25 (patch) | |
tree | 7626ff5186d23166ed12874d9015e30af134f273 /sys-kernel | |
parent | typo (diff) | |
download | gentoo-2-b44d151b32da0eeb0c914bd417a4800516d71b25.tar.gz gentoo-2-b44d151b32da0eeb0c914bd417a4800516d71b25.tar.bz2 gentoo-2-b44d151b32da0eeb0c914bd417a4800516d71b25.zip |
typo
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.19.ebuild b/sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.19.ebuild index e22726ce3b9c..1cff0cf20385 100644 --- a/sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.19.ebuild +++ b/sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Id: ppc-sources-dev-2.4.19.ebuild,v 1.2 2002/08/17 21:01:55 trance Exp $ +# $Id: ppc-sources-dev-2.4.19.ebuild,v 1.3 2002/08/17 21:03:28 trance Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. @@ -25,7 +25,7 @@ PROVIDE="virtual/linux-sources" HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc" +KEYWORDS="-ppc -x86 -sparc -sparc64" src_unpack() { cd ${WORKDIR} |