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 092911581FB for ; Tue, 27 Aug 2024 14:54:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3682EE29BD; Tue, 27 Aug 2024 14:54:15 +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 14B3FE29BD for ; Tue, 27 Aug 2024 14:54:15 +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 1923F342FA9 for ; Tue, 27 Aug 2024 14:54:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8223F1EBD for ; Tue, 27 Aug 2024 14:54:12 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1724770420.150b868c148fd709435bb05e9ccd4dbbe81adf61.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/xfsprogs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/xfsprogs/xfsprogs-6.10.0-r1.ebuild sys-fs/xfsprogs/xfsprogs-6.10.0.ebuild X-VCS-Directories: sys-fs/xfsprogs/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 150b868c148fd709435bb05e9ccd4dbbe81adf61 X-VCS-Branch: master Date: Tue, 27 Aug 2024 14:54:12 +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: d4018de5-0b17-46a9-92a5-3ff9bd2ee924 X-Archives-Hash: e59fc9a05b5c68512f5033db36e27cf9 commit: 150b868c148fd709435bb05e9ccd4dbbe81adf61 Author: Mike Gilbert gentoo org> AuthorDate: Tue Aug 27 14:53:40 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Aug 27 14:53:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150b868c sys-fs/xfsprogs: delete libtool archive Closes: https://bugs.gentoo.org/938543 Signed-off-by: Mike Gilbert gentoo.org> sys-fs/xfsprogs/{xfsprogs-6.10.0.ebuild => xfsprogs-6.10.0-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-fs/xfsprogs/xfsprogs-6.10.0.ebuild b/sys-fs/xfsprogs/xfsprogs-6.10.0-r1.ebuild similarity index 98% rename from sys-fs/xfsprogs/xfsprogs-6.10.0.ebuild rename to sys-fs/xfsprogs/xfsprogs-6.10.0-r1.ebuild index 22a5e0675764..db059509605d 100644 --- a/sys-fs/xfsprogs/xfsprogs-6.10.0.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-6.10.0-r1.ebuild @@ -97,6 +97,8 @@ src_install() { if ! use static-libs; then rm "${ED}/usr/$(get_libdir)/libhandle.a" || die fi + + find "${ED}" -name '*.la' -delete || die } pkg_postrm() {