diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-06-12 13:40:39 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-06-12 13:40:39 +0000 |
commit | 98bba6c55e1c204ded62fb235204488df0d71375 (patch) | |
tree | 0d175080020d2081d484ada1e96050072b7b83ce /app-arch | |
parent | marked stable on amd64 (diff) | |
download | gentoo-2-98bba6c55e1c204ded62fb235204488df0d71375.tar.gz gentoo-2-98bba6c55e1c204ded62fb235204488df0d71375.tar.bz2 gentoo-2-98bba6c55e1c204ded62fb235204488df0d71375.zip |
Stable on sparc
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/gzip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/gzip/gzip-1.3.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/gzip/ChangeLog b/app-arch/gzip/ChangeLog index 599de8009d15..1b2fcee84e69 100644 --- a/app-arch/gzip/ChangeLog +++ b/app-arch/gzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/gzip # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.85 2007/06/11 21:22:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.86 2007/06/12 13:40:39 gustavoz Exp $ + + 12 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> gzip-1.3.12.ebuild: + Stable on sparc 11 Jun 2007; Raúl Porcel <armin76@gentoo.org> gzip-1.3.12.ebuild: ia64/x86 stable diff --git a/app-arch/gzip/gzip-1.3.12.ebuild b/app-arch/gzip/gzip-1.3.12.ebuild index 90bf1d9ffe60..43e10efeeb87 100644 --- a/app-arch/gzip/gzip-1.3.12.ebuild +++ b/app-arch/gzip/gzip-1.3.12.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/gzip/gzip-1.3.12.ebuild,v 1.2 2007/06/11 21:22:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.12.ebuild,v 1.3 2007/06/12 13:40:39 gustavoz Exp $ inherit eutils flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/gzip/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="nls static pic" RDEPEND="" |