diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-07-16 04:51:20 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-07-16 04:51:20 +0000 |
commit | 1d8ef630899932f68e717829508643a18cab7bdf (patch) | |
tree | 236d1e5434a524a2d0125cd1c90c0817bed88f0c /sys-kernel/sparc-sources | |
parent | fix dependencies on kdelibs-2* (diff) | |
download | historical-1d8ef630899932f68e717829508643a18cab7bdf.tar.gz historical-1d8ef630899932f68e717829508643a18cab7bdf.tar.bz2 historical-1d8ef630899932f68e717829508643a18cab7bdf.zip |
added keywords
Diffstat (limited to 'sys-kernel/sparc-sources')
-rw-r--r-- | sys-kernel/sparc-sources/ChangeLog | 5 | ||||
-rw-r--r-- | sys-kernel/sparc-sources/sparc-sources-2.2.21_pre3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-kernel/sparc-sources/ChangeLog b/sys-kernel/sparc-sources/ChangeLog index 0d6ec9dd0329..f37fa371883a 100644 --- a/sys-kernel/sparc-sources/ChangeLog +++ b/sys-kernel/sparc-sources/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for <CATEGORY>/<PACKAGE_NAME> # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/ChangeLog,v 1.1 2002/05/12 21:42:40 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/ChangeLog,v 1.2 2002/07/16 04:45:51 gerk Exp $ *sparc-sources-2.2.21_pre3 (12 May 2002) + 15 Jul 2002; Mark Guertin <gerk@gentoo.org> + Added arch keywords (sparc sparc64 -ppc -x86) + 12 May 2002; M.Thibaut <murphy@gentoo.org> : This is the 2.2.20 version of the Linux kernel with the devfs patch added. You should be able to to use the linux-vanilla sources instead, diff --git a/sys-kernel/sparc-sources/sparc-sources-2.2.21_pre3.ebuild b/sys-kernel/sparc-sources/sparc-sources-2.2.21_pre3.ebuild index 48123bfe24fc..0dc27df3dd17 100644 --- a/sys-kernel/sparc-sources/sparc-sources-2.2.21_pre3.ebuild +++ b/sys-kernel/sparc-sources/sparc-sources-2.2.21_pre3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/sparc-sources-2.2.21_pre3.ebuild,v 1.3 2002/07/11 06:30:56 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/sparc-sources-2.2.21_pre3.ebuild,v 1.4 2002/07/16 04:45:51 gerk Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. #we use this next variable to avoid duplicating stuff on cvs @@ -33,6 +33,7 @@ HOMEPAGE="http://www.kernel.org/ http://www.namesys.com" LICENSE="GPL-2" SLOT="0" +KEYWORDS="sparc sparc64 -ppc -x86" KERNEL_ARCH=`echo $ARCH |\ sed -e s/[i]*.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/` |