From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5836F1381F3 for ; Fri, 9 Nov 2012 09:37:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF1BAE0676; Fri, 9 Nov 2012 09:37:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47421E0676 for ; Fri, 9 Nov 2012 09:37:05 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59F77335DF3 for ; Fri, 9 Nov 2012 09:37:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E7C09E5436 for ; Fri, 9 Nov 2012 09:37:02 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1352453777.8355488510fb33cc2efb41e024dabbfb6d91ea43.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt4-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 8355488510fb33cc2efb41e024dabbfb6d91ea43 X-VCS-Branch: master Date: Fri, 9 Nov 2012 09:37:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b5a70209-c5af-4cd6-a503-c310d3e35e1b X-Archives-Hash: dec5d8424564e1005d235784bfa75b86 commit: 8355488510fb33cc2efb41e024dabbfb6d91ea43 Author: Davide Pesavento gmail com> AuthorDate: Fri Nov 9 09:36:17 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Fri Nov 9 09:36:17 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=83554885 [qt4-build.eclass] Use prune_libtool_files(). --- eclass/qt4-build.eclass | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index 8f56d1d..fe29c24 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -558,8 +558,8 @@ qt4-build_src_install() { fix_library_files fix_includes - # remove .la files since we are building only shared Qt libraries - find "${D}"${QTLIBDIR} -type f -name '*.la' -print0 | xargs -0 rm -f + # remove .la files since we are building only shared libraries + prune_libtool_files } # @FUNCTION: setqtenv