diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-04-15 19:48:07 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-04-15 19:48:07 +0000 |
commit | 54616f61e522a4726ae928e829a5bbd39f1283b9 (patch) | |
tree | f80d7b3afb862c19cea9e10fc7957740741ad1c6 /app-arch/rzip | |
parent | Changed emake to einstall, corrected name of sitefile. (diff) | |
download | historical-54616f61e522a4726ae928e829a5bbd39f1283b9.tar.gz historical-54616f61e522a4726ae928e829a5bbd39f1283b9.tar.bz2 historical-54616f61e522a4726ae928e829a5bbd39f1283b9.zip |
Stable on ppc64
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'app-arch/rzip')
-rw-r--r-- | app-arch/rzip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/rzip/rzip-2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/rzip/ChangeLog b/app-arch/rzip/ChangeLog index 726016449fc6..0f576a12f2f3 100644 --- a/app-arch/rzip/ChangeLog +++ b/app-arch/rzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/rzip # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/ChangeLog,v 1.17 2007/03/20 21:49:53 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/ChangeLog,v 1.18 2007/04/15 19:46:36 corsair Exp $ + + 15 Apr 2007; Markus Rothe <corsair@gentoo.org> rzip-2.1.ebuild: + Stable on ppc64 20 Mar 2007; Raúl Porcel <armin76@gentoo.org> rzip-2.1.ebuild: x86 stable diff --git a/app-arch/rzip/rzip-2.1.ebuild b/app-arch/rzip/rzip-2.1.ebuild index 9cea8834080f..1d8f9cb6a869 100644 --- a/app-arch/rzip/rzip-2.1.ebuild +++ b/app-arch/rzip/rzip-2.1.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/rzip/rzip-2.1.ebuild,v 1.2 2007/03/20 21:49:53 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/rzip-2.1.ebuild,v 1.3 2007/04/15 19:46:36 corsair Exp $ inherit autotools @@ -10,7 +10,7 @@ SRC_URI="http://rzip.samba.org/ftp/rzip/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc-macos ~ppc64 ~sparc x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc-macos ppc64 ~sparc x86" IUSE="" DEPEND="app-arch/bzip2 |