From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 462EB1382C5 for ; Sun, 20 May 2018 19:10:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5E38E0BF8; Sun, 20 May 2018 19:10:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D7ECE0BF6 for ; Sun, 20 May 2018 19:10:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51D07335CFF for ; Sun, 20 May 2018 19:10:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 398C92B1 for ; Sun, 20 May 2018 19:10:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1526843364.48d450962dddf3fde6cc68126d4d8a696d154f38.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libquicktime/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild X-VCS-Directories: media-libs/libquicktime/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 48d450962dddf3fde6cc68126d4d8a696d154f38 X-VCS-Branch: master Date: Sun, 20 May 2018 19:10:26 +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: d3a71ca5-bc45-4ef8-bc00-57e9864eccfc X-Archives-Hash: 9b1396e200e1c1880decf1591c6634b0 commit: 48d450962dddf3fde6cc68126d4d8a696d154f38 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 20 16:16:28 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 20 19:09:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d45096 media-libs/libquicktime: Drop eutils/implicit ltprune use Package-Manager: Portage-2.3.38, Repoman-2.3.9 media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild b/media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild index 6dd960ea72e..5f97dcf7745 100644 --- a/media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild +++ b/media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit libtool eutils multilib-minimal +inherit libtool multilib-minimal DESCRIPTION="An enhanced version of the quicktime4linux library" HOMEPAGE="http://libquicktime.sourceforge.net/" @@ -108,7 +108,7 @@ multilib_src_configure() { multilib_src_install_all() { einstalldocs - prune_libtool_files --all + find "${D}" -name '*.la' -delete || die # Compatibility with software that uses quicktime prefix, but # don't do that when building for Darwin/MacOS