diff options
author | Peter Weller <welp@gentoo.org> | 2007-06-09 11:58:19 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-06-09 11:58:19 +0000 |
commit | 830925090178d27b0ae7c01776c3396bee29e42b (patch) | |
tree | f65060ac65378fb1fc677304693ccda434553841 /app-arch/zip | |
parent | Version bump (diff) | |
download | gentoo-2-830925090178d27b0ae7c01776c3396bee29e42b.tar.gz gentoo-2-830925090178d27b0ae7c01776c3396bee29e42b.tar.bz2 gentoo-2-830925090178d27b0ae7c01776c3396bee29e42b.zip |
Stable on amd64 wrt bug 181405
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-arch/zip')
-rw-r--r-- | app-arch/zip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/zip/zip-2.32.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/zip/ChangeLog b/app-arch/zip/ChangeLog index 618ca7bf641d..078eba09a041 100644 --- a/app-arch/zip/ChangeLog +++ b/app-arch/zip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/zip # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/ChangeLog,v 1.63 2007/04/24 10:58:18 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/ChangeLog,v 1.64 2007/06/09 11:58:19 welp Exp $ + + 09 Jun 2007; Peter Weller <welp@gentoo.org> zip-2.32.ebuild: + Stable on amd64 wrt bug 181405 24 Apr 2007; Alexander Færøy <eroyf@gentoo.org> zip-2.32.ebuild: Stable on MIPS. diff --git a/app-arch/zip/zip-2.32.ebuild b/app-arch/zip/zip-2.32.ebuild index 807c650cd3c0..58ec813ca08d 100644 --- a/app-arch/zip/zip-2.32.ebuild +++ b/app-arch/zip/zip-2.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-2.32.ebuild,v 1.9 2007/04/24 10:58:18 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-2.32.ebuild,v 1.10 2007/06/09 11:58:19 welp Exp $ inherit toolchain-funcs eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.info-zip.org/pub/infozip/src/zip${PV//.}.tar.gz" LICENSE="Info-ZIP" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="crypt" DEPEND="" |