diff options
author | Joshua Kinard <kumba@gentoo.org> | 2007-07-01 17:05:57 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2007-07-01 17:05:57 +0000 |
commit | abc9f8de0dad9fa0b92fdcde0ebc3204aa0075a6 (patch) | |
tree | ce26765fe34a07caeb916448a11552615c8461ed /app-arch/gzip | |
parent | remove reference to old, removed dbus (bug #183696) (diff) | |
download | gentoo-2-abc9f8de0dad9fa0b92fdcde0ebc3204aa0075a6.tar.gz gentoo-2-abc9f8de0dad9fa0b92fdcde0ebc3204aa0075a6.tar.bz2 gentoo-2-abc9f8de0dad9fa0b92fdcde0ebc3204aa0075a6.zip |
Stable on mips, per #174882.
(Portage version: 2.1.3_rc5)
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 95044b8056d6..5d147ecb45ee 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.87 2007/07/01 14:37:35 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.88 2007/07/01 17:05:57 kumba Exp $ + + 01 Jul 2007; Joshua Kinard <kumba@gentoo.org> gzip-1.3.12.ebuild: + Stable on mips, per #174882. 01 Jul 2007; Lars Weiler <pylon@gentoo.org> gzip-1.3.12.ebuild: Stable opn ppc; bug #183829. diff --git a/app-arch/gzip/gzip-1.3.12.ebuild b/app-arch/gzip/gzip-1.3.12.ebuild index cc040e9336c7..dd6de5d65e16 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.5 2007/07/01 14:37:35 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.12.ebuild,v 1.6 2007/07/01 17:05:57 kumba 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="" |