diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-11 21:22:00 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-11 21:22:00 +0000 |
commit | 2aa8acd66ef3964eccb3ce927d0cfb74ee376308 (patch) | |
tree | cf752bc84de4fffe3aea99f1215ce0122fccce29 /app-arch/gzip | |
parent | Marked stable on amd64 for bug #180736 (diff) | |
download | historical-2aa8acd66ef3964eccb3ce927d0cfb74ee376308.tar.gz historical-2aa8acd66ef3964eccb3ce927d0cfb74ee376308.tar.bz2 historical-2aa8acd66ef3964eccb3ce927d0cfb74ee376308.zip |
ia64/x86 stable
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'app-arch/gzip')
-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 4558ca91dc31..599de8009d15 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.84 2007/05/18 20:53:52 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.85 2007/06/11 21:22:00 armin76 Exp $ + + 11 Jun 2007; Raúl Porcel <armin76@gentoo.org> gzip-1.3.12.ebuild: + ia64/x86 stable 18 May 2007; Fernando J. Pereda <ferdy@gentoo.org> gzip-1.3.11.ebuild: Stable on alpha as per bug #171666 diff --git a/app-arch/gzip/gzip-1.3.12.ebuild b/app-arch/gzip/gzip-1.3.12.ebuild index d8abb997fc1c..90bf1d9ffe60 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.1 2007/04/14 05:42:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.12.ebuild,v 1.2 2007/06/11 21:22:00 armin76 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="" |