diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:09 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:09 +0000 |
commit | cbe3fe10466423d02a3b7274c3332400dba2d2bb (patch) | |
tree | 661f308d035870e057ff76cc6ce5b2d061134b13 /app-arch/zip/zip-2.3-r1.ebuild | |
parent | fix info and remove old line (diff) | |
download | historical-cbe3fe10466423d02a3b7274c3332400dba2d2bb.tar.gz historical-cbe3fe10466423d02a3b7274c3332400dba2d2bb.tar.bz2 historical-cbe3fe10466423d02a3b7274c3332400dba2d2bb.zip |
During removal of sparc64 keywords from the ebuilds a bad sed introduced problematic KEYWORDS line that contained an illegal character before the alpha keyword. Fixed.
Diffstat (limited to 'app-arch/zip/zip-2.3-r1.ebuild')
-rw-r--r-- | app-arch/zip/zip-2.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/zip/zip-2.3-r1.ebuild b/app-arch/zip/zip-2.3-r1.ebuild index 1fb341c7d27b..7252dea475d3 100644 --- a/app-arch/zip/zip-2.3-r1.ebuild +++ b/app-arch/zip/zip-2.3-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-2.3-r1.ebuild,v 1.16 2002/12/09 04:17:37 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-2.3-r1.ebuild,v 1.17 2002/12/15 10:44:09 bjb Exp $ DESCRIPTION="Info ZIP" SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${PN}23.tar.gz" HOMEPAGE="ftp://ftp.freesoftware.com/pub/infozip/Zip.html" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="Info-ZIP" src_unpack() { |