commit: 0fe0b96948e3a7c982fcc89fff01ed69a80e8695 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 26 05:50:22 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 26 05:50:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe0b969
sys-cluster/pmix: Stabilize 5.0.4 arm64, #954644 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-cluster/pmix/pmix-5.0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/pmix/pmix-5.0.4.ebuild b/sys-cluster/pmix/pmix-5.0.4.ebuild index b37a67a20d75..775247cf9517 100644 --- a/sys-cluster/pmix/pmix-5.0.4.ebuild +++ b/sys-cluster/pmix/pmix-5.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/openpmix/openpmix/releases/download/v${PV}/${P}.tar. LICENSE="BSD" SLOT="0" # No support for 32-bit systems as of 4.2.8 (https://github.com/open-mpi/ompi/issues/11248) -KEYWORDS="~amd64 ~arm64 ~ppc64 -x86 ~amd64-linux" +KEYWORDS="~amd64 arm64 ~ppc64 -x86 ~amd64-linux" IUSE="debug +munge pmi" RDEPEND="
