diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-12-01 17:06:11 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-12-01 17:06:11 +0000 |
commit | 24a95b200f21609659ec6761f787ce88b0b41f92 (patch) | |
tree | f0101c407ef7aa5433321c8a669b38bd1f89eb01 /app-arch/p7zip | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-24a95b200f21609659ec6761f787ce88b0b41f92.tar.gz gentoo-2-24a95b200f21609659ec6761f787ce88b0b41f92.tar.bz2 gentoo-2-24a95b200f21609659ec6761f787ce88b0b41f92.zip |
Stable on ppc64
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-arch/p7zip')
-rw-r--r-- | app-arch/p7zip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/p7zip/p7zip-4.55.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/p7zip/ChangeLog b/app-arch/p7zip/ChangeLog index d3d0f7caa26d..9ce441a7b965 100644 --- a/app-arch/p7zip/ChangeLog +++ b/app-arch/p7zip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/p7zip # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.81 2007/10/26 02:27:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.82 2007/12/01 17:06:11 corsair Exp $ + + 01 Dec 2007; Markus Rothe <corsair@gentoo.org> p7zip-4.55.ebuild: + Stable on ppc64 26 Oct 2007; Jeroen Roovers <jer@gentoo.org> p7zip-4.55.ebuild: Stable for HPPA too. diff --git a/app-arch/p7zip/p7zip-4.55.ebuild b/app-arch/p7zip/p7zip-4.55.ebuild index e2dd4397fa24..e3bec841b14a 100644 --- a/app-arch/p7zip/p7zip-4.55.ebuild +++ b/app-arch/p7zip/p7zip-4.55.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/p7zip/p7zip-4.55.ebuild,v 1.5 2007/10/26 02:27:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.55.ebuild,v 1.6 2007/12/01 17:06:11 corsair Exp $ inherit eutils toolchain-funcs multilib @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}_src_all.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ppc64 sparc x86 ~x86-fbsd" IUSE="static doc" DEPEND="!app-arch/lzma" |