diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-18 18:44:21 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-18 18:44:21 +0000 |
commit | d6f93cb46d900332a75fe829876db1dbb9b390d6 (patch) | |
tree | 6c09678131f5fde05fb0dcc37fffb90bd36127b1 /app-arch | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-d6f93cb46d900332a75fe829876db1dbb9b390d6.tar.gz gentoo-2-d6f93cb46d900332a75fe829876db1dbb9b390d6.tar.bz2 gentoo-2-d6f93cb46d900332a75fe829876db1dbb9b390d6.zip |
Stable on ppc.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unzip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/unzip/unzip-5.52.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/unzip/ChangeLog b/app-arch/unzip/ChangeLog index b76028119196..e63b0dba7a24 100644 --- a/app-arch/unzip/ChangeLog +++ b/app-arch/unzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/unzip # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/ChangeLog,v 1.31 2005/08/18 13:58:50 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/ChangeLog,v 1.32 2005/08/18 18:40:03 hansmi Exp $ + + 18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> unzip-5.52.ebuild: + Stable on ppc. 18 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> unzip-5.52.ebuild: Stable on mips. diff --git a/app-arch/unzip/unzip-5.52.ebuild b/app-arch/unzip/unzip-5.52.ebuild index 0cacb5f88d28..c97811a4a110 100644 --- a/app-arch/unzip/unzip-5.52.ebuild +++ b/app-arch/unzip/unzip-5.52.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52.ebuild,v 1.6 2005/08/18 13:58:50 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52.ebuild,v 1.7 2005/08/18 18:40:03 hansmi Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.info-zip.org/pub/infozip/src/${PN}${PV/.}.tar.gz" LICENSE="Info-ZIP" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 m68k mips ~ppc ~ppc-macos ~ppc64 s390 sh sparc x86" +KEYWORDS="~alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ~ppc64 s390 sh sparc x86" IUSE="" DEPEND="" |