diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-03-12 15:58:13 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-03-12 15:58:13 +0000 |
commit | b53fb2d4d1a417719f5b6a943d444b677e25daf6 (patch) | |
tree | 40869c09773ae9f31e8a25a2ffd460fc39ed0f0e /app-arch | |
parent | x86 stable (diff) | |
download | gentoo-2-b53fb2d4d1a417719f5b6a943d444b677e25daf6.tar.gz gentoo-2-b53fb2d4d1a417719f5b6a943d444b677e25daf6.tar.bz2 gentoo-2-b53fb2d4d1a417719f5b6a943d444b677e25daf6.zip |
Stable on sparc
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/p7zip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/p7zip/p7zip-4.44.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/p7zip/ChangeLog b/app-arch/p7zip/ChangeLog index b3451392dcbb..e9917f1a6d52 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.57 2007/03/12 14:39:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.58 2007/03/12 15:58:13 gustavoz Exp $ + + 12 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> p7zip-4.44.ebuild: + Stable on sparc 12 Mar 2007; Raúl Porcel <armin76@gentoo.org> p7zip-4.44.ebuild: x86 stable diff --git a/app-arch/p7zip/p7zip-4.44.ebuild b/app-arch/p7zip/p7zip-4.44.ebuild index 12ef96c6116e..b80c45db6c55 100644 --- a/app-arch/p7zip/p7zip-4.44.ebuild +++ b/app-arch/p7zip/p7zip-4.44.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.44.ebuild,v 1.4 2007/03/12 14:39:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.44.ebuild,v 1.5 2007/03/12 15:58:13 gustavoz 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 ~ppc ~ppc-macos ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc-macos ~ppc64 sparc x86 ~x86-fbsd" IUSE="static doc" S=${WORKDIR}/${PN}_${PV} |