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 4525E1382C5 for ; Sun, 7 Jun 2020 08:27:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D51AE0922; Sun, 7 Jun 2020 08:27:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 58F74E0922 for ; Sun, 7 Jun 2020 08:27:30 +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 22B4934F243 for ; Sun, 7 Jun 2020 08:27:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D6E4275 for ; Sun, 7 Jun 2020 08:27:27 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1591518417.c7991ee70424f45fb70cae7b1d9ee4a83ea83c65.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libvoikko/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libvoikko/libvoikko-4.3.ebuild X-VCS-Directories: dev-libs/libvoikko/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c7991ee70424f45fb70cae7b1d9ee4a83ea83c65 X-VCS-Branch: master Date: Sun, 7 Jun 2020 08:27:27 +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: b793fe00-1374-421b-9e5d-0c6e1c45151f X-Archives-Hash: ad4604796156f403e60c52cc5a7182d2 commit: c7991ee70424f45fb70cae7b1d9ee4a83ea83c65 Author: Joonas Niilola gentoo org> AuthorDate: Sun Jun 7 08:25:51 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Jun 7 08:26:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7991ee7 dev-libs/libvoikko: remove all static files, #726990 Closes: https://bugs.gentoo.org/726990 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/libvoikko/libvoikko-4.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/libvoikko/libvoikko-4.3.ebuild b/dev-libs/libvoikko/libvoikko-4.3.ebuild index 21e379f8199..d67f3b790b3 100644 --- a/dev-libs/libvoikko/libvoikko-4.3.ebuild +++ b/dev-libs/libvoikko/libvoikko-4.3.ebuild @@ -43,4 +43,6 @@ src_install() { default python_foreach_impl python_domodule python/libvoikko.py + + find "${D}" -name '*.la' -delete -o -name '*.a' -delete || die }