diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-07-16 20:31:42 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-07-17 01:43:05 -0400 |
commit | e681ef94d9c93d716dd845cbc9facaedc808a9a6 (patch) | |
tree | d1610571fe5e72c4941f901fc925b4a76701bc61 /sys-cluster/pmix | |
parent | sys-cluster/ucx: update HOMEPAGE for RedirectedUrl (diff) | |
download | gentoo-e681ef94d9c93d716dd845cbc9facaedc808a9a6.tar.gz gentoo-e681ef94d9c93d716dd845cbc9facaedc808a9a6.tar.bz2 gentoo-e681ef94d9c93d716dd845cbc9facaedc808a9a6.zip |
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 <eschwartz@gentoo.org>
Diffstat (limited to 'sys-cluster/pmix')
-rw-r--r-- | sys-cluster/pmix/pmix-5.0.2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |