commit: fa5d1b16c3f24c2cf99d215aadb5228ea27a958b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Dec 7 19:43:46 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 7 19:49:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5d1b16
sys-cluster/pmix: add hwloc dep, rename pquery Closes: https://bugs.gentoo.org/884765 Closes: https://bugs.gentoo.org/884735 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-cluster/pmix/{pmix-4.2.2.ebuild => pmix-4.2.2-r1.ebuild} | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sys-cluster/pmix/pmix-4.2.2.ebuild b/sys-cluster/pmix/pmix-4.2.2-r1.ebuild similarity index 83% rename from sys-cluster/pmix/pmix-4.2.2.ebuild rename to sys-cluster/pmix/pmix-4.2.2-r1.ebuild index 4e0cde30caf9..84966f965b68 100644 --- a/sys-cluster/pmix/pmix-4.2.2.ebuild +++ b/sys-cluster/pmix/pmix-4.2.2-r1.ebuild @@ -14,6 +14,7 @@ IUSE="debug +munge pmi" RDEPEND=" dev-libs/libevent:= + sys-apps/hwloc:= sys-cluster/ucx sys-libs/zlib:= munge? ( sys-auth/munge ) @@ -27,3 +28,10 @@ src_configure() { $(use_enable debug) \ $(use_with munge) } + +src_install() { + default + + # bug #884765 + mv "${ED}"/usr/bin/pquery "${ED}"/usr/bin/pmix-pquery || die +}
