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 69835139085 for ; Wed, 28 Dec 2016 10:53:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C468121C0F9; Wed, 28 Dec 2016 10:53:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7C2F21C0F9 for ; Wed, 28 Dec 2016 10:53:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B117C340806 for ; Wed, 28 Dec 2016 10:53:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 559894A0 for ; Wed, 28 Dec 2016 10:53:14 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1482922389.19fd29beb01095d2eac3f1fdfe8f2081eab4ab98.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/f2fs-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild X-VCS-Directories: sys-fs/f2fs-tools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 19fd29beb01095d2eac3f1fdfe8f2081eab4ab98 X-VCS-Branch: master Date: Wed, 28 Dec 2016 10:53: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-Archives-Salt: 85fd110c-e64e-4988-8df6-38efeea96bb8 X-Archives-Hash: ed95fd6570b5719b360b93bcf3558de2 commit: 19fd29beb01095d2eac3f1fdfe8f2081eab4ab98 Author: Justin Lecher gentoo org> AuthorDate: Wed Dec 28 10:53:09 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Dec 28 10:53:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fd29be sys-fs/f2fs-tools: Drop la files Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher gentoo.org> sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild index 740e863..ebece1d 100644 --- a/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild +++ b/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild @@ -26,3 +26,8 @@ src_configure() { --includedir=/usr/include \ --disable-static } + +src_install() { + default + find "${D}" -name "*.la" -delete || die +}