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 B804B158088 for ; Sat, 25 Oct 2025 21:13:02 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A55B13419A3 for ; Sat, 25 Oct 2025 21:13:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E4AB8110575; Sat, 25 Oct 2025 21:12:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DE7B0110575 for ; Sat, 25 Oct 2025 21:12:52 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 850333410B9 for ; Sat, 25 Oct 2025 21:12:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC4182FAC for ; Sat, 25 Oct 2025 21:12:49 +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: <1761426699.735c4f54b16731f839f96d3493db4282a8cb5aea.sam@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.6-r1.ebuild sys-cluster/openmpi/openmpi-5.0.6.ebuild sys-cluster/openmpi/openmpi-5.0.8.ebuild X-VCS-Directories: sys-cluster/openmpi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 735c4f54b16731f839f96d3493db4282a8cb5aea X-VCS-Branch: master Date: Sat, 25 Oct 2025 21:12:49 +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: 4c38f368-d744-4077-bd63-c94d1af5a0cc X-Archives-Hash: 4158fb0a878b11a486ed3d138c1bb5be commit: 735c4f54b16731f839f96d3493db4282a8cb5aea Author: Paul Zander gmail com> AuthorDate: Mon Oct 20 15:40:31 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 25 21:11:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735c4f54 sys-cluster/openmpi: fix dev-lang/pcc file collision Closes: https://bugs.gentoo.org/951474 Signed-off-by: Paul Zander gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44306 Signed-off-by: Sam James gentoo.org> sys-cluster/openmpi/openmpi-5.0.6-r1.ebuild | 2 ++ sys-cluster/openmpi/openmpi-5.0.6.ebuild | 2 ++ sys-cluster/openmpi/openmpi-5.0.8.ebuild | 2 ++ 3 files changed, 6 insertions(+) diff --git a/sys-cluster/openmpi/openmpi-5.0.6-r1.ebuild b/sys-cluster/openmpi/openmpi-5.0.6-r1.ebuild index 8f5a8c69a754..67467a0d2763 100644 --- a/sys-cluster/openmpi/openmpi-5.0.6-r1.ebuild +++ b/sys-cluster/openmpi/openmpi-5.0.6-r1.ebuild @@ -32,7 +32,9 @@ REQUIRED_USE=" openmpi_rm_pbs? ( !openmpi_rm_slurm ) " +# !dev-lang/pcc # 951474 file collision in /usr/bin/pcc RDEPEND=" + !dev-lang/pcc !sys-cluster/mpich !sys-cluster/mpich2 !sys-cluster/nullmpi diff --git a/sys-cluster/openmpi/openmpi-5.0.6.ebuild b/sys-cluster/openmpi/openmpi-5.0.6.ebuild index 936080e62b07..a5df2e5e6917 100644 --- a/sys-cluster/openmpi/openmpi-5.0.6.ebuild +++ b/sys-cluster/openmpi/openmpi-5.0.6.ebuild @@ -32,7 +32,9 @@ REQUIRED_USE=" openmpi_rm_pbs? ( !openmpi_rm_slurm ) " +# !dev-lang/pcc # 951474 file collision in /usr/bin/pcc RDEPEND=" + !dev-lang/pcc !sys-cluster/mpich !sys-cluster/mpich2 !sys-cluster/nullmpi diff --git a/sys-cluster/openmpi/openmpi-5.0.8.ebuild b/sys-cluster/openmpi/openmpi-5.0.8.ebuild index 613af280e63e..7b880d081369 100644 --- a/sys-cluster/openmpi/openmpi-5.0.8.ebuild +++ b/sys-cluster/openmpi/openmpi-5.0.8.ebuild @@ -32,7 +32,9 @@ REQUIRED_USE=" openmpi_rm_pbs? ( !openmpi_rm_slurm ) " +# !dev-lang/pcc # 951474 file collision in /usr/bin/pcc RDEPEND=" + !dev-lang/pcc !sys-cluster/mpich !sys-cluster/mpich2 !sys-cluster/nullmpi