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 A7DCD138350 for ; Sat, 21 Mar 2020 19:20:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5101E0ADE; Sat, 21 Mar 2020 19:20:24 +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 BB7CDE0ADE for ; Sat, 21 Mar 2020 19:20:24 +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 4D1DA34EF4D for ; Sat, 21 Mar 2020 19:20:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40CA818A for ; Sat, 21 Mar 2020 19:20:14 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1584818397.b88e1696ad5a7d146a367f418d090fcba4c85e0f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/imagemagick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/imagemagick/imagemagick-6.9.11.1.ebuild X-VCS-Directories: media-gfx/imagemagick/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b88e1696ad5a7d146a367f418d090fcba4c85e0f X-VCS-Branch: master Date: Sat, 21 Mar 2020 19:20:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7d4e87f6-1a55-42a0-b0c3-6c8058d9bd6e X-Archives-Hash: 4b77901c428647be687e813fa8f3d96f commit: b88e1696ad5a7d146a367f418d090fcba4c85e0f Author: Pacho Ramos gentoo org> AuthorDate: Sat Mar 21 19:19:57 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Mar 21 19:19:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88e1696 media-gfx/imagemagick: Make repoman happy Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Pacho Ramos gentoo.org> media-gfx/imagemagick/imagemagick-6.9.11.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/imagemagick/imagemagick-6.9.11.1.ebuild b/media-gfx/imagemagick/imagemagick-6.9.11.1.ebuild index 54a949aee1f..d3efe07546f 100644 --- a/media-gfx/imagemagick/imagemagick-6.9.11.1.ebuild +++ b/media-gfx/imagemagick/imagemagick-6.9.11.1.ebuild @@ -207,7 +207,7 @@ src_install() { find "${ED}" -name '*.la' -exec sed -i -e "/^dependency_libs/s:=.*:='':" {} + # .la files in parent are not needed, keep plugin .la files - rm "${ED}"/usr/$(get_libdir)/*.la || die + rm "${ED}"/usr/$(get_libdir)/*.la || die if use opencl; then cat <<-EOF > "${T}"/99${PN}