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 63BD4138359 for ; Sun, 23 Aug 2020 17:02:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86490E0809; Sun, 23 Aug 2020 17:01:59 +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 60695E0815 for ; Sun, 23 Aug 2020 17:01:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B3E2733BE58 for ; Sun, 23 Aug 2020 17:01:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DB7A330 for ; Sun, 23 Aug 2020 17:01:53 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1598202064.77a6e572a3734cbfb13c26ed3ab1e0ae9d0ef5a1.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/arpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/arpack/arpack-3.5.0.ebuild X-VCS-Directories: sci-libs/arpack/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 77a6e572a3734cbfb13c26ed3ab1e0ae9d0ef5a1 X-VCS-Branch: master Date: Sun, 23 Aug 2020 17:01:53 +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: ac1d0030-c085-4802-849a-9ca3a38f45e5 X-Archives-Hash: 640cf8cedbca545e62e412ab1d5afded commit: 77a6e572a3734cbfb13c26ed3ab1e0ae9d0ef5a1 Author: David Seifert gentoo org> AuthorDate: Sun Aug 23 17:01:04 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 23 17:01:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77a6e572 sci-libs/arpack: Remove libtool archives Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: David Seifert gentoo.org> sci-libs/arpack/arpack-3.5.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sci-libs/arpack/arpack-3.5.0.ebuild b/sci-libs/arpack/arpack-3.5.0.ebuild index aced391f4b3..fe0ae23d0c2 100644 --- a/sci-libs/arpack/arpack-3.5.0.ebuild +++ b/sci-libs/arpack/arpack-3.5.0.ebuild @@ -56,4 +56,7 @@ src_install() { dodoc -r PARPACK/EXAMPLES/MPI fi fi + + # no static archives + find "${D}" -name '*.la' -delete || die }