From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Scmr1-0001SM-8p for garchives@archives.gentoo.org; Fri, 08 Jun 2012 00:15:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97A2DE0552; Fri, 8 Jun 2012 00:14:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 693B0E0552 for ; Fri, 8 Jun 2012 00:14:50 +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 CC59C1B4016 for ; Fri, 8 Jun 2012 00:14:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8E7BEE5432 for ; Fri, 8 Jun 2012 00:14:48 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1339114398.fbd71588f47a55cf190957cddc1988fc4a7c7b81.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: fbd71588f47a55cf190957cddc1988fc4a7c7b81 X-VCS-Branch: master Date: Fri, 8 Jun 2012 00:14:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c0e14c17-f708-43ed-ba20-e8b4734f5892 X-Archives-Hash: 11885e09099cabaaac8b180d5e984762 commit: fbd71588f47a55cf190957cddc1988fc4a7c7b81 Author: Davide Pesavento gmail com> AuthorDate: Fri Jun 8 00:13:18 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Fri Jun 8 00:13:18 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3Dfbd71588 [qt5-build.eclass] Use prune_libtool_files from eutils. --- eclass/qt5-build.eclass | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 874e9e2..80e0c9c 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -311,8 +311,7 @@ qt5-build_src_install() { # TODO: pkgconfig files are installed in the wrong place =20 # remove .la files since we are building only shared Qt libraries - # FIXME: use prune_libtool_files when it'll be available in eutils.ecla= ss - find "${D}"${QTLIBDIR} -type f -name '*.la' -print0 | xargs -0 rm -f + prune_libtool_files --all } =20 # @FUNCTION: qt5-build_pkg_postinst