diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-08-18 04:05:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-08-18 04:05:39 +0000 |
commit | d475b8ec307030fdf767e0bcf34d95ed4157d926 (patch) | |
tree | cae5ae3851c684862c7902a162e54989293ad339 /sys-libs/zlib | |
parent | Fix relative ROOT handling #431104 by Greg Turner. (diff) | |
download | gentoo-2-d475b8ec307030fdf767e0bcf34d95ed4157d926.tar.gz gentoo-2-d475b8ec307030fdf767e0bcf34d95ed4157d926.tar.bz2 gentoo-2-d475b8ec307030fdf767e0bcf34d95ed4157d926.zip |
Remove libz/libminizip static files by name to avoid deleting files for targets that need more #419645 by Maciej Szmigiero.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/zlib')
-rw-r--r-- | sys-libs/zlib/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/zlib/zlib-1.2.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/zlib/ChangeLog b/sys-libs/zlib/ChangeLog index e473eb9fc264..af2c76bfa903 100644 --- a/sys-libs/zlib/ChangeLog +++ b/sys-libs/zlib/ChangeLog @@ -1,6 +1,10 @@ # 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.110 2012/07/08 16:38:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/ChangeLog,v 1.111 2012/08/18 04:05:39 vapier Exp $ + + 18 Aug 2012; Mike Frysinger <vapier@gentoo.org> zlib-1.2.7.ebuild: + Remove libz/libminizip static files by name to avoid deleting files for + targets that need more #419645 by Maciej Szmigiero. 08 Jul 2012; Raúl Porcel <armin76@gentoo.org> zlib-1.2.5.1-r1.ebuild, zlib-1.2.5.1-r2.ebuild: diff --git a/sys-libs/zlib/zlib-1.2.7.ebuild b/sys-libs/zlib/zlib-1.2.7.ebuild index 4b6b16e56e7d..b056e9aa7970 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.2 2012/05/03 19:08:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.7.ebuild,v 1.3 2012/08/18 04:05:39 vapier Exp $ AUTOTOOLS_AUTO_DEPEND="no" inherit autotools toolchain-funcs @@ -89,5 +89,5 @@ src_install() { dodoc *.txt fi - use static-libs || rm -f "${D}"/usr/$(get_libdir)/*.{a,la} + use static-libs || rm -f "${D}"/usr/$(get_libdir)/lib{z,minizip}.{a,la} #419645 } |