diff options
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 b1fa5ea32c53..d3d0f7caa26d 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.80 2007/10/24 15:28:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.81 2007/10/26 02:27:47 jer Exp $ + + 26 Oct 2007; Jeroen Roovers <jer@gentoo.org> p7zip-4.55.ebuild: + Stable for HPPA too. 24 Oct 2007; Raúl Porcel <armin76@gentoo.org> p7zip-4.55.ebuild: sparc/x86 stable diff --git a/app-arch/p7zip/p7zip-4.55.ebuild b/app-arch/p7zip/p7zip-4.55.ebuild index 5ae75806df2f..e2dd4397fa24 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.4 2007/10/24 15:28:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.55.ebuild,v 1.5 2007/10/26 02:27:47 jer 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" |