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 4987C1382C5 for ; Mon, 5 Apr 2021 15:08:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A282E08BB; Mon, 5 Apr 2021 15:08:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 79B05E08A0 for ; Mon, 5 Apr 2021 15:08:37 +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 44231340C6F for ; Mon, 5 Apr 2021 15:08:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDB71C3 for ; Mon, 5 Apr 2021 15:08:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617635070.badf53a86d36be12ff81f072b972e15311395b48.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libpgf/libpgf-7.21.7.ebuild X-VCS-Directories: media-libs/libpgf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: badf53a86d36be12ff81f072b972e15311395b48 X-VCS-Branch: master Date: Mon, 5 Apr 2021 15:08:34 +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: 3ff74c13-ca2e-4cf6-80f2-7948863f5287 X-Archives-Hash: 059c1ab82eaa623f722ba44bd275369e commit: badf53a86d36be12ff81f072b972e15311395b48 Author: Viorel Munteanu gmail com> AuthorDate: Sun Apr 4 12:37:11 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 5 15:04:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=badf53a8 media-libs/libpgf: remove .la file Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Viorel Munteanu gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20253 Signed-off-by: Sam James gentoo.org> media-libs/libpgf/libpgf-7.21.7.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/media-libs/libpgf/libpgf-7.21.7.ebuild b/media-libs/libpgf/libpgf-7.21.7.ebuild index af235625eec..7d9af717760 100644 --- a/media-libs/libpgf/libpgf-7.21.7.ebuild +++ b/media-libs/libpgf/libpgf-7.21.7.ebuild @@ -39,3 +39,9 @@ src_prepare() { src_configure() { econf --disable-static } + +src_install() { + default + + find "${ED}" -name '*.la' -delete || die +}