diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-23 00:14:20 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-23 00:14:20 +0000 |
commit | e81878072e60d0b28b9b3365ef9133bce1dcdd5d (patch) | |
tree | 059f669983bf2515a6f6238873ded545be8bd74a /sys-apps/nettrom | |
parent | corrected KEYWORDS for ppc (diff) | |
download | historical-e81878072e60d0b28b9b3365ef9133bce1dcdd5d.tar.gz historical-e81878072e60d0b28b9b3365ef9133bce1dcdd5d.tar.bz2 historical-e81878072e60d0b28b9b3365ef9133bce1dcdd5d.zip |
adding arm to keywords
Diffstat (limited to 'sys-apps/nettrom')
-rw-r--r-- | sys-apps/nettrom/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/nettrom/nettrom-2.3.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/nettrom/Manifest b/sys-apps/nettrom/Manifest index fb5b8ae1eed1..3dcc86baddb5 100644 --- a/sys-apps/nettrom/Manifest +++ b/sys-apps/nettrom/Manifest @@ -1,3 +1,3 @@ +MD5 36e23802fa66dc0980aa10349b37eebb nettrom-2.3.3.ebuild 669 MD5 c20f9861513d50068944f4768cb55c00 ChangeLog 383 -MD5 076db10abc619a0655bded747dc6bbd7 nettrom-2.3.3.ebuild 664 MD5 1a82a3930c0932aba9e21a61bd499c77 files/digest-nettrom-2.3.3 65 diff --git a/sys-apps/nettrom/nettrom-2.3.3.ebuild b/sys-apps/nettrom/nettrom-2.3.3.ebuild index ef11f08ad25d..1bf9a28b4bee 100644 --- a/sys-apps/nettrom/nettrom-2.3.3.ebuild +++ b/sys-apps/nettrom/nettrom-2.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/nettrom/nettrom-2.3.3.ebuild,v 1.2 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/nettrom/nettrom-2.3.3.ebuild,v 1.3 2003/06/23 00:14:11 liquidx Exp $ DESCRIPTION="NetWinder ARM bootloader and utilities" HOMEPAGE="http://www.netwinder.org/" @@ -9,7 +9,7 @@ LICENSE="as-is" SLOT="0" # no one but arm wants this package - binaries included -KEYWORDS="x86 amd64 -alpha -ppc -mips -hppa -sparc" +KEYWORDS="arm -x86 -amd64 -alpha -ppc -mips -hppa -sparc" IUSE="" DEPEND="virtual/glibc" |