From 12c1887e8dab1fac215a31fc649b28deb7d96432 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Thu, 6 Jan 2011 00:03:56 +0000 Subject: Remove unused libjpeg.la because jpeg is only linking to libc. Package-Manager: portage-2.2.0_alpha10/cvs/Linux x86_64 --- media-libs/jpeg/jpeg-8b.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'media-libs/jpeg/jpeg-8b.ebuild') diff --git a/media-libs/jpeg/jpeg-8b.ebuild b/media-libs/jpeg/jpeg-8b.ebuild index 5ea9bff9f83b..92923fc855f8 100644 --- a/media-libs/jpeg/jpeg-8b.ebuild +++ b/media-libs/jpeg/jpeg-8b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8b.ebuild,v 1.9 2010/08/29 18:14:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8b.ebuild,v 1.10 2011/01/06 00:03:56 ssuominen Exp $ EAPI="3" @@ -45,7 +45,6 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die dodoc change.log example.c README *.txt - # Do this after -Wl,--as-needed has been default for long enough, - # to minimize the impact for users. Uncomment 01-01-2011. - # find "${ED}" -name '*.la' -exec rm -f '{}' + + + find "${ED}" -name '*.la' -exec rm -f '{}' + } -- cgit v1.2.3-65-gdbad