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 4C3B31581C1 for ; Wed, 17 Jul 2024 05:43:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C0722BC0B5; Wed, 17 Jul 2024 05:43:36 +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 6EDFD2BC0B5 for ; Wed, 17 Jul 2024 05:43:36 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F77033FD3F for ; Wed, 17 Jul 2024 05:43:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC8501E3B for ; Wed, 17 Jul 2024 05:43:32 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1721194985.e681ef94d9c93d716dd845cbc9facaedc808a9a6.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/pmix/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/pmix/pmix-5.0.2.ebuild X-VCS-Directories: sys-cluster/pmix/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: e681ef94d9c93d716dd845cbc9facaedc808a9a6 X-VCS-Branch: master Date: Wed, 17 Jul 2024 05:43:32 +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: 6598392f-1b1b-44ce-87c2-e2daad66e42a X-Archives-Hash: 95beb4f43fd9596e290b0f065f50bc3e commit: e681ef94d9c93d716dd845cbc9facaedc808a9a6 Author: Eli Schwartz gentoo org> AuthorDate: Wed Jul 17 00:31:42 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Wed Jul 17 05:43:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e681ef94 sys-cluster/pmix: also remove libtool files for 5.x Apparently I forgot to add the changes to both versions. Oops! Closes: https://bugs.gentoo.org/934237 Signed-off-by: Eli Schwartz gentoo.org> sys-cluster/pmix/pmix-5.0.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-cluster/pmix/pmix-5.0.2.ebuild b/sys-cluster/pmix/pmix-5.0.2.ebuild index 204dcf878bff..6cee90d4fa12 100644 --- a/sys-cluster/pmix/pmix-5.0.2.ebuild +++ b/sys-cluster/pmix/pmix-5.0.2.ebuild @@ -51,6 +51,8 @@ src_configure() { src_install() { default + find "${ED}" -name '*.la' -delete || die + # bug #884765 mv "${ED}"/usr/bin/pquery "${ED}"/usr/bin/pmix-pquery || die }