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 386DF15808B 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 264B4E2BA5; 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 0BBAFE2BA5 for ; Wed, 25 Sep 2024 12:54:21 +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 20D6A343185 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 82FF91A09 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.88cc63672888d5e4d4ff01b2f83107d7d42d0e18.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libblkmaker/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libblkmaker/libblkmaker-0.6.0-r2.ebuild X-VCS-Directories: net-libs/libblkmaker/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 88cc63672888d5e4d4ff01b2f83107d7d42d0e18 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: aea76810-69ce-4273-b4dc-b960be1fadd5 X-Archives-Hash: e9f1ed376f7b65cd3ac1acbc8766f6f4 commit: 88cc63672888d5e4d4ff01b2f83107d7d42d0e18 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Sep 3 17:07:50 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=88cc6367 net-libs/libblkmaker: delete unused libtool files Closes: https://bugs.gentoo.org/848918 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38415 Signed-off-by: Joonas Niilola gentoo.org> net-libs/libblkmaker/libblkmaker-0.6.0-r2.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net-libs/libblkmaker/libblkmaker-0.6.0-r2.ebuild b/net-libs/libblkmaker/libblkmaker-0.6.0-r2.ebuild index b5558db1cedf..b150435589a5 100644 --- a/net-libs/libblkmaker/libblkmaker-0.6.0-r2.ebuild +++ b/net-libs/libblkmaker/libblkmaker-0.6.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,3 +27,8 @@ src_prepare() { default eautoreconf } + +src_install() { + default + find "${ED}" -name '*.la' -delete || die +}