commit: a8d01355ef15745ba5650e0c5cd552d3d92c87f1 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> AuthorDate: Tue Jun 21 22:18:01 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jun 22 04:09:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d01355
virtual/mpi: fix USE="nullmpi", update deps versions Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/26028 Signed-off-by: Sam James <sam <AT> gentoo.org> virtual/mpi/{mpi-2.0-r6.ebuild => mpi-2.0-r7.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/virtual/mpi/mpi-2.0-r6.ebuild b/virtual/mpi/mpi-2.0-r7.ebuild similarity index 56% rename from virtual/mpi/mpi-2.0-r6.ebuild rename to virtual/mpi/mpi-2.0-r7.ebuild index c9a731d9dabb..f6c05af2c2f2 100644 --- a/virtual/mpi/mpi-2.0-r6.ebuild +++ b/virtual/mpi/mpi-2.0-r7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit multilib-build @@ -12,8 +12,8 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc x86 ~amd64- IUSE="cxx fortran romio threads nullmpi" RDEPEND="|| ( - >=sys-cluster/openmpi-1.10.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads(+)?] - >=sys-cluster/mpich-3.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?] - sys-cluster/nullmpi[${MULTILIB_USEDEP},cxx(-)?,fortran(-)?,romio(-)?,threads(-)?] - nullmpi? ( sys-cluster/native-mpi ) + >=sys-cluster/openmpi-4.1.2[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads(+)?] + >=sys-cluster/mpich-3.4.3[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?] + sys-cluster/native-mpi + nullmpi? ( sys-cluster/nullmpi[${MULTILIB_USEDEP},cxx(-)?,fortran(-)?,romio(-)?,threads(-)?] ) )"
