diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-08-16 02:34:06 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-08-16 02:34:06 +0000 |
commit | 2c67e23047d4fb710a693cd17f425dcecc599333 (patch) | |
tree | 19dc06601937824afdf939be95b67e0e4bc802df /app-arch | |
parent | added ppc to keywords (diff) | |
download | gentoo-2-2c67e23047d4fb710a693cd17f425dcecc599333.tar.gz gentoo-2-2c67e23047d4fb710a693cd17f425dcecc599333.tar.bz2 gentoo-2-2c67e23047d4fb710a693cd17f425dcecc599333.zip |
Adding sparc keyword
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unzip/unzip-5.42-r1.ebuild | 4 | ||||
-rw-r--r-- | app-arch/zip/zip-2.3-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/unzip/unzip-5.42-r1.ebuild b/app-arch/unzip/unzip-5.42-r1.ebuild index e7aaed4078ee..450fb72d16f6 100644 --- a/app-arch/unzip/unzip-5.42-r1.ebuild +++ b/app-arch/unzip/unzip-5.42-r1.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/app-arch/unzip/unzip-5.42-r1.ebuild,v 1.7 2002/08/14 15:06:00 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.42-r1.ebuild,v 1.8 2002/08/16 02:33:33 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="Unzipper for pkzip-compressed files" @@ -9,7 +9,7 @@ HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html" SLOT="0" LICENSE="Info-ZIP" -KEYWORDS="x86 ppc sparc64" +KEYWORDS="x86 ppc sparc sparc64" DEPEND="virtual/glibc" diff --git a/app-arch/zip/zip-2.3-r1.ebuild b/app-arch/zip/zip-2.3-r1.ebuild index e4a306d59d6a..330f479eae6b 100644 --- a/app-arch/zip/zip-2.3-r1.ebuild +++ b/app-arch/zip/zip-2.3-r1.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/app-arch/zip/zip-2.3-r1.ebuild,v 1.11 2002/08/14 15:08:34 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-2.3-r1.ebuild,v 1.12 2002/08/16 02:34:06 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="Info ZIP" @@ -8,7 +8,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${PN}23 HOMEPAGE="ftp://ftp.freesoftware.com/pub/infozip/Zip.html" SLOT="0" -KEYWORDS="x86 ppc sparc64" +KEYWORDS="x86 ppc sparc sparc64" LICENSE="Info-ZIP" DEPEND="virtual/glibc" |