diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-04-09 13:25:16 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-04-09 13:25:16 +0000 |
commit | ff621240f1c1077fac611dd34267cc6b78edbe07 (patch) | |
tree | 10b41c8bf739ce34bb68af609eafc20d9a0b63a6 /sys-libs/zlib | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-ff621240f1c1077fac611dd34267cc6b78edbe07.tar.gz gentoo-2-ff621240f1c1077fac611dd34267cc6b78edbe07.tar.bz2 gentoo-2-ff621240f1c1077fac611dd34267cc6b78edbe07.zip |
Stable on ppc64
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-libs/zlib')
-rw-r--r-- | sys-libs/zlib/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/zlib/zlib-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/zlib/ChangeLog b/sys-libs/zlib/ChangeLog index ff920ed17aca..04fd5f909a89 100644 --- a/sys-libs/zlib/ChangeLog +++ b/sys-libs/zlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/zlib # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/ChangeLog,v 1.46 2005/03/19 13:05:54 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/ChangeLog,v 1.47 2005/04/09 13:21:42 corsair Exp $ + + 09 Apr 2005; Markus Rothe <corsair@gentoo.org> zlib-1.2.2.ebuild: + Stable on ppc64 19 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> zlib-1.2.2.ebuild: Stable on alpha. diff --git a/sys-libs/zlib/zlib-1.2.2.ebuild b/sys-libs/zlib/zlib-1.2.2.ebuild index b78e513c6895..f4859e4bf1b5 100644 --- a/sys-libs/zlib/zlib-1.2.2.ebuild +++ b/sys-libs/zlib/zlib-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.2.ebuild,v 1.13 2005/03/19 13:05:54 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.2.ebuild,v 1.14 2005/04/09 13:21:42 corsair Exp $ inherit eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="http://www.gzip.org/zlib/${P}.tar.bz2 LICENSE="ZLIB" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="build" RDEPEND="virtual/libc" |