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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 232A6158083 for ; Wed, 25 Sep 2024 12:54:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12F83E2BA6; Wed, 25 Sep 2024 12:54:21 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5D91E2BA5 for ; Wed, 25 Sep 2024 12:54:20 +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 09BAF34317F for ; Wed, 25 Sep 2024 12:54:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E166C36 for ; Wed, 25 Sep 2024 12:54:18 +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: <1727268831.c942b95fe0f62a251659eae4306939c3c24c9250.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbase58/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libbase58/libbase58-0.1.4-r2.ebuild X-VCS-Directories: dev-libs/libbase58/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c942b95fe0f62a251659eae4306939c3c24c9250 X-VCS-Branch: master Date: Wed, 25 Sep 2024 12:54:18 +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: 523b00b0-d918-47fa-9938-4f328e75abd1 X-Archives-Hash: 175b4d2584ad6421d1e8bf055650136d commit: c942b95fe0f62a251659eae4306939c3c24c9250 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Sep 3 17:06:20 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Sep 25 12:53:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c942b95f dev-libs/libbase58: delete unused libtool files Closes: https://bugs.gentoo.org/842990 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Joonas Niilola gentoo.org> dev-libs/libbase58/libbase58-0.1.4-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/libbase58/libbase58-0.1.4-r2.ebuild b/dev-libs/libbase58/libbase58-0.1.4-r2.ebuild index 30e9060ca9c0..f9f8112b4ed2 100644 --- a/dev-libs/libbase58/libbase58-0.1.4-r2.ebuild +++ b/dev-libs/libbase58/libbase58-0.1.4-r2.ebuild @@ -53,4 +53,6 @@ src_install() { # It's hard to control this directory with multilib_is_native_abi && use tools, hence -f. rm -rf "${ED}/TRASH" || die fi + + find "${ED}" -name '*.la' -delete || die }