diff options
author | Tom Gall <tgall@gentoo.org> | 2007-07-03 19:09:42 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-07-03 19:09:42 +0000 |
commit | 542065d8b235dfd5276c9c9a4b9ef60ea39936c1 (patch) | |
tree | 9a7e6018e60afba7dc2703fc1fc605aa576e6c59 /app-arch/gzip | |
parent | Force thread support on when building against our system libvncserver. (diff) | |
download | gentoo-2-542065d8b235dfd5276c9c9a4b9ef60ea39936c1.tar.gz gentoo-2-542065d8b235dfd5276c9c9a4b9ef60ea39936c1.tar.bz2 gentoo-2-542065d8b235dfd5276c9c9a4b9ef60ea39936c1.zip |
stable on ppc64, bug #183829
(Portage version: 2.1.2.7)
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 8527daab0b4b..1da06c891187 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.91 2007/07/02 12:42:53 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.92 2007/07/03 19:09:42 tgall Exp $ + + 03 Jul 2007; Tom Gall <tgall@gentoo.org> gzip-1.3.12.ebuild: + stable on ppc64, bug #183829 02 Jul 2007; Christoph Mende <angelos@gentoo.org> gzip-1.3.12.ebuild: Stable on amd64 wrt bug #183829 diff --git a/app-arch/gzip/gzip-1.3.12.ebuild b/app-arch/gzip/gzip-1.3.12.ebuild index 9ff2a5129889..e20d6fe35f1c 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.9 2007/07/02 12:42:53 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.12.ebuild,v 1.10 2007/07/03 19:09:42 tgall 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="" |