diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-09-30 17:26:34 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-09-30 17:26:34 +0000 |
commit | 6aed6351f6b415c20e62aafc9863cd505f7f7d3e (patch) | |
tree | a40b3567637a70740936fe7894bba68ddd864fa9 /sys-libs/zlib | |
parent | alpha/ia64/sh/sparc stable wrt #429126 (diff) | |
download | gentoo-2-6aed6351f6b415c20e62aafc9863cd505f7f7d3e.tar.gz gentoo-2-6aed6351f6b415c20e62aafc9863cd505f7f7d3e.tar.bz2 gentoo-2-6aed6351f6b415c20e62aafc9863cd505f7f7d3e.zip |
ia64/m68k/s390/sh/sparc stable wrt #435754
(Portage version: 2.1.11.16/cvs/Linux ia64)
Diffstat (limited to 'sys-libs/zlib')
-rw-r--r-- | sys-libs/zlib/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/zlib/zlib-1.2.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/zlib/ChangeLog b/sys-libs/zlib/ChangeLog index 84525678e307..626984aded82 100644 --- a/sys-libs/zlib/ChangeLog +++ b/sys-libs/zlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/zlib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/ChangeLog,v 1.119 2012/09/28 13:37:32 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/ChangeLog,v 1.120 2012/09/30 17:26:34 armin76 Exp $ + + 30 Sep 2012; Raúl Porcel <armin76@gentoo.org> zlib-1.2.7.ebuild: + ia64/m68k/s390/sh/sparc stable wrt #435754 28 Sep 2012; Johannes Huber <johu@gentoo.org> zlib-1.2.7.ebuild: Stable for x86, wrt bug #435754 diff --git a/sys-libs/zlib/zlib-1.2.7.ebuild b/sys-libs/zlib/zlib-1.2.7.ebuild index 114326f2bd74..90655d42bcf2 100644 --- a/sys-libs/zlib/zlib-1.2.7.ebuild +++ b/sys-libs/zlib/zlib-1.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.7.ebuild,v 1.11 2012/09/28 13:37:32 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.7.ebuild,v 1.12 2012/09/30 17:26:34 armin76 Exp $ AUTOTOOLS_AUTO_DEPEND="no" inherit autotools toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="http://zlib.net/${P}.tar.gz LICENSE="ZLIB" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="minizip static-libs" DEPEND="minizip? ( ${AUTOTOOLS_DEPEND} )" |