diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-04-20 20:34:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-04-20 20:34:54 +0000 |
commit | 7d95f10b989a55334a48137895d827c02d4b9f0c (patch) | |
tree | 13476c1f5f9230295cb94cdd2551b7e1ad8d5419 /sys-libs/zlib | |
parent | version bump. (diff) | |
download | gentoo-2-7d95f10b989a55334a48137895d827c02d4b9f0c.tar.gz gentoo-2-7d95f10b989a55334a48137895d827c02d4b9f0c.tar.bz2 gentoo-2-7d95f10b989a55334a48137895d827c02d4b9f0c.zip |
Drop now unnecessary visibility patch #316343 by Alon Bar-Lev.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/zlib')
-rw-r--r-- | sys-libs/zlib/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/zlib/zlib-1.2.5.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sys-libs/zlib/ChangeLog b/sys-libs/zlib/ChangeLog index 3d2c8df5e380..5772e79066a2 100644 --- a/sys-libs/zlib/ChangeLog +++ b/sys-libs/zlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/zlib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/ChangeLog,v 1.77 2010/04/20 12:49:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/ChangeLog,v 1.78 2010/04/20 20:34:54 vapier Exp $ + + 20 Apr 2010; Mike Frysinger <vapier@gentoo.org> zlib-1.2.5.ebuild: + Drop now unnecessary visibility patch #316343 by Alon Bar-Lev. *zlib-1.2.5 (20 Apr 2010) diff --git a/sys-libs/zlib/zlib-1.2.5.ebuild b/sys-libs/zlib/zlib-1.2.5.ebuild index 32198adbccf2..e2e5f286f456 100644 --- a/sys-libs/zlib/zlib-1.2.5.ebuild +++ b/sys-libs/zlib/zlib-1.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.5.ebuild,v 1.1 2010/04/20 12:49:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.5.ebuild,v 1.2 2010/04/20 20:34:54 vapier Exp $ inherit eutils toolchain-funcs @@ -19,7 +19,6 @@ RDEPEND="!<dev-libs/libxml2-2.7.7" #309623 src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${PN}-1.2.4-visibility-support.patch #149929 epatch "${FILESDIR}"/${PN}-1.2.3-mingw-implib.patch #288212 # trust exit status of the compiler rather than stderr #55434 # -if test "`(...) 2>&1`" = ""; then |