diff options
author | Matt Turner <mattst88@gentoo.org> | 2012-09-28 02:49:43 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2012-09-28 02:49:43 +0000 |
commit | 4f75ef6ca2424a3387830e60f6ec2134aba8c498 (patch) | |
tree | 0d28b25f3299bff8057bc011eed03ee1c0a2cac4 /sys-libs | |
parent | Version bump #357255 by Dennis Nezic. (diff) | |
download | gentoo-2-4f75ef6ca2424a3387830e60f6ec2134aba8c498.tar.gz gentoo-2-4f75ef6ca2424a3387830e60f6ec2134aba8c498.tar.bz2 gentoo-2-4f75ef6ca2424a3387830e60f6ec2134aba8c498.zip |
Stable on alpha, bug 435754.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-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 674982d4317e..7369714fcfee 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.117 2012/09/26 11:31:11 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/ChangeLog,v 1.118 2012/09/28 02:49:43 mattst88 Exp $ + + 28 Sep 2012; Matt Turner <mattst88@gentoo.org> zlib-1.2.7.ebuild: + Stable on alpha, bug 435754. 26 Sep 2012; Anthony G. Basile <blueness@gentoo.org> zlib-1.2.7.ebuild: stable arm, bug #435754 diff --git a/sys-libs/zlib/zlib-1.2.7.ebuild b/sys-libs/zlib/zlib-1.2.7.ebuild index a3a5a1b6d903..14bd48390038 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.9 2012/09/26 11:31:11 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.7.ebuild,v 1.10 2012/09/28 02:49:43 mattst88 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} )" |