diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-03-22 12:46:58 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-03-22 12:46:58 +0000 |
commit | c6853ad9319a4e991a5e5fdcc29c14ebee81b332 (patch) | |
tree | 00e3217278a84a8459dcf5fe24f647dbf106f0fd /app-arch/gzip | |
parent | Stable on sparc (diff) | |
download | gentoo-2-c6853ad9319a4e991a5e5fdcc29c14ebee81b332.tar.gz gentoo-2-c6853ad9319a4e991a5e5fdcc29c14ebee81b332.tar.bz2 gentoo-2-c6853ad9319a4e991a5e5fdcc29c14ebee81b332.zip |
Stable on sparc wrt #171666
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-arch/gzip')
-rw-r--r-- | app-arch/gzip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/gzip/gzip-1.3.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/gzip/ChangeLog b/app-arch/gzip/ChangeLog index 4b96610dabfa..5b1bad88f5ae 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.77 2007/03/20 21:59:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.78 2007/03/22 12:46:58 gustavoz Exp $ + + 22 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> gzip-1.3.11.ebuild: + Stable on sparc wrt #171666 20 Mar 2007; Raúl Porcel <armin76@gentoo.org> gzip-1.3.11.ebuild: x86 stable diff --git a/app-arch/gzip/gzip-1.3.11.ebuild b/app-arch/gzip/gzip-1.3.11.ebuild index 06b67b2e09b5..106abc113af1 100644 --- a/app-arch/gzip/gzip-1.3.11.ebuild +++ b/app-arch/gzip/gzip-1.3.11.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.11.ebuild,v 1.3 2007/03/20 21:59:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.11.ebuild,v 1.4 2007/03/22 12:46:58 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="" |