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 CFF69158094 for ; Wed, 22 Jun 2022 04:09:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC568E086D; Wed, 22 Jun 2022 04:09:42 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 911DFE086D for ; Wed, 22 Jun 2022 04:09:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6F15334179E for ; Wed, 22 Jun 2022 04:09:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0802E514 for ; Wed, 22 Jun 2022 04:09:40 +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: <1655870969.a8d01355ef15745ba5650e0c5cd552d3d92c87f1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/mpi/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/mpi/mpi-2.0-r6.ebuild virtual/mpi/mpi-2.0-r7.ebuild X-VCS-Directories: virtual/mpi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a8d01355ef15745ba5650e0c5cd552d3d92c87f1 X-VCS-Branch: master Date: Wed, 22 Jun 2022 04:09:40 +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: f6d1c42a-bde5-4761-b2bf-5f6483ca9df4 X-Archives-Hash: 8d45ccee9155ac30105ac920485f769a commit: a8d01355ef15745ba5650e0c5cd552d3d92c87f1 Author: Sergey Torokhov yandex ru> AuthorDate: Tue Jun 21 22:18:01 2022 +0000 Commit: Sam James gentoo 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 yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/26028 Signed-off-by: Sam James 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(-)?] ) )"