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 60E1E158534 for ; Fri, 23 Aug 2024 23:38:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64575E2A40; Fri, 23 Aug 2024 23:38:02 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C6F5E2A0E for ; Fri, 23 Aug 2024 23:38:02 +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 2B6F5343005 for ; Fri, 23 Aug 2024 23:38:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37F491F06 for ; Fri, 23 Aug 2024 23:37:59 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1724456260.0659f0f3f46a8eb154edd0a914432f6cd33ba784.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/openmpi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/openmpi/openmpi-5.0.5.ebuild X-VCS-Directories: sys-cluster/openmpi/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 0659f0f3f46a8eb154edd0a914432f6cd33ba784 X-VCS-Branch: master Date: Fri, 23 Aug 2024 23:37:59 +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: 3a2d5647-f10a-4135-b6cd-e133e6cfeee4 X-Archives-Hash: e404ad2118f3fc2f8163167092c2d112 commit: 0659f0f3f46a8eb154edd0a914432f6cd33ba784 Author: Jakov Smolić gentoo org> AuthorDate: Fri Aug 23 23:37:40 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Aug 23 23:37:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0659f0f3 sys-cluster/openmpi: Keyword 5.0.5 ppc64, #935875 Signed-off-by: Jakov Smolić gentoo.org> sys-cluster/openmpi/openmpi-5.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/openmpi/openmpi-5.0.5.ebuild b/sys-cluster/openmpi/openmpi-5.0.5.ebuild index d3ab87d50708..71a346bdaf99 100644 --- a/sys-cluster/openmpi/openmpi-5.0.5.ebuild +++ b/sys-cluster/openmpi/openmpi-5.0.5.ebuild @@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 -arm -ppc -x86 ~amd64-linux" +KEYWORDS="~amd64 -arm -ppc ~ppc64 -x86 ~amd64-linux" IUSE="cma cuda fortran ipv6 peruse romio valgrind ${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM}"