diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-10-25 13:37:00 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-10-25 13:37:00 +0000 |
commit | fc69a827a2dd9b933495407eac12b45188378f86 (patch) | |
tree | 925c211771a0a470c49f038ac621475be75a4d4a /sys-libs | |
parent | Fix linking against installed libraries (bug #489104 by Kalin KOZHUHAROV). (diff) | |
download | gentoo-2-fc69a827a2dd9b933495407eac12b45188378f86.tar.gz gentoo-2-fc69a827a2dd9b933495407eac12b45188378f86.tar.bz2 gentoo-2-fc69a827a2dd9b933495407eac12b45188378f86.zip |
Stable for HPPA (bug #488916).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/zlib/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/zlib/zlib-1.2.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/zlib/ChangeLog b/sys-libs/zlib/ChangeLog index d16d3a0fd7dc..e9bf6e173f4d 100644 --- a/sys-libs/zlib/ChangeLog +++ b/sys-libs/zlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/zlib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/ChangeLog,v 1.125 2013/07/28 14:01:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/ChangeLog,v 1.126 2013/10/25 13:37:00 jer Exp $ + + 25 Oct 2013; Jeroen Roovers <jer@gentoo.org> zlib-1.2.8-r1.ebuild: + Stable for HPPA (bug #488916). 28 Jul 2013; Alexis Ballier <aballier@gentoo.org> zlib-1.2.8-r1.ebuild: Fix blocker on emul-libs diff --git a/sys-libs/zlib/zlib-1.2.8-r1.ebuild b/sys-libs/zlib/zlib-1.2.8-r1.ebuild index 2b00773df37a..d04f7db20f5b 100644 --- a/sys-libs/zlib/zlib-1.2.8-r1.ebuild +++ b/sys-libs/zlib/zlib-1.2.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.8-r1.ebuild,v 1.2 2013/07/28 14:01:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.8-r1.ebuild,v 1.3 2013/10/25 13:37:00 jer Exp $ EAPI=4 AUTOTOOLS_AUTO_DEPEND="no" @@ -15,7 +15,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} )" |