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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4EA015817D for ; Sat, 22 Jun 2024 09:09:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE9E3E2A21; Sat, 22 Jun 2024 09:09:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5AA3E2A21 for ; Sat, 22 Jun 2024 09:09:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CAFA3406D1 for ; Sat, 22 Jun 2024 09:09:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FE6F1D4B for ; Sat, 22 Jun 2024 09:09:25 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1719047182.44e90fd94a6fc9c6e137f4a079670b8986336cf2.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/m17n-lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/m17n-lib/m17n-lib-1.8.0-r1.ebuild X-VCS-Directories: dev-libs/m17n-lib/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 44e90fd94a6fc9c6e137f4a079670b8986336cf2 X-VCS-Branch: master Date: Sat, 22 Jun 2024 09:09:25 +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: 1c2cab72-4c43-4b60-b697-053f4e5827a0 X-Archives-Hash: cafd6030a26026edd97ff3a649fc6068 commit: 44e90fd94a6fc9c6e137f4a079670b8986336cf2 Author: Akinori Hattori gentoo org> AuthorDate: Sat Jun 22 09:06:22 2024 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Jun 22 09:06:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e90fd9 dev-libs/m17n-lib: drop static libs Closes: https://bugs.gentoo.org/841656 Signed-off-by: Akinori Hattori gentoo.org> dev-libs/m17n-lib/m17n-lib-1.8.0-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-libs/m17n-lib/m17n-lib-1.8.0-r1.ebuild b/dev-libs/m17n-lib/m17n-lib-1.8.0-r1.ebuild index efba40d70496..fb133523ef66 100644 --- a/dev-libs/m17n-lib/m17n-lib-1.8.0-r1.ebuild +++ b/dev-libs/m17n-lib/m17n-lib-1.8.0-r1.ebuild @@ -85,3 +85,8 @@ src_configure() { econf "${myconf[@]}" } + +src_install() { + default + find "${ED}" -name '*.la' -delete || die +}