From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 139DC1584AD for ; Sat, 26 Apr 2025 05:51:34 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BACBF34312C for ; Sat, 26 Apr 2025 05:50:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 011151104BB; Sat, 26 Apr 2025 05:50:49 +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 bobolink.gentoo.org (Postfix) with ESMTPS id ECCB61104BB for ; Sat, 26 Apr 2025 05:50:48 +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 A34B5343090 for ; Sat, 26 Apr 2025 05:50:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08B1B25EF for ; Sat, 26 Apr 2025 05:50:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1745646622.0fe0b96948e3a7c982fcc89fff01ed69a80e8695.sam@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.4.ebuild X-VCS-Directories: sys-cluster/pmix/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0fe0b96948e3a7c982fcc89fff01ed69a80e8695 X-VCS-Branch: master Date: Sat, 26 Apr 2025 05:50:47 +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: 337556b7-c45a-49de-a2fa-4dc98cee3f0e X-Archives-Hash: 4ce366d5f0a22031de9f5e2ecc013850 commit: 0fe0b96948e3a7c982fcc89fff01ed69a80e8695 Author: Sam James gentoo org> AuthorDate: Sat Apr 26 05:50:22 2025 +0000 Commit: Sam James gentoo 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 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="