sci-libs/arborx: do not depend on virtual/mpi[cxx]

Manually verified that we do not require the deprecated cxx interface by
compiling against sys-cluster/openmpi-5.0.6

Signed-off-by: Matthias Maier <tamiko@gentoo.org>
This commit is contained in:
Matthias Maier 2025-07-31 11:56:27 -05:00
parent fdefcc00cb
commit 85de50225d
No known key found for this signature in database
GPG Key ID: 9208A532F2CFB0CE
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -17,7 +17,7 @@ SLOT="0"
IUSE="mpi"
RDEPEND="dev-libs/boost:=
mpi? ( virtual/mpi[cxx] )
mpi? ( virtual/mpi )
sci-libs/trilinos"
DEPEND="${RDEPEND}"

View File

@ -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
@ -17,7 +17,7 @@ SLOT="0"
IUSE="mpi"
RDEPEND="dev-libs/boost:=
mpi? ( virtual/mpi[cxx] )
mpi? ( virtual/mpi )
sci-libs/trilinos"
DEPEND="${RDEPEND}"

View File

@ -17,7 +17,7 @@ SLOT="0"
IUSE="mpi"
RDEPEND="dev-libs/boost:=
mpi? ( virtual/mpi[cxx] )
mpi? ( virtual/mpi )
sci-libs/trilinos"
DEPEND="${RDEPEND}"