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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98F21138331 for ; Tue, 6 Sep 2016 00:18:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7EECE08C7; Tue, 6 Sep 2016 00:18:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 290BCE08E1 for ; Tue, 6 Sep 2016 00:18:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52D20340756 for ; Tue, 6 Sep 2016 00:18:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3353247B for ; Tue, 6 Sep 2016 00:18:54 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1473121078.5d97000d5f7623d7d9b881022e4b2dfc7cd9d744.ottxor@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/mpi/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/mpi/mpi-2.0-r4.ebuild X-VCS-Directories: virtual/mpi/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 5d97000d5f7623d7d9b881022e4b2dfc7cd9d744 X-VCS-Branch: master Date: Tue, 6 Sep 2016 00:18:54 +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-Archives-Salt: 8d8bdf41-6313-45a7-99d7-617c4b881584 X-Archives-Hash: 2d70821df05898017eae60c86fb67a3f commit: 5d97000d5f7623d7d9b881022e4b2dfc7cd9d744 Author: Christoph Junghans gentoo org> AuthorDate: Tue Sep 6 00:17:58 2016 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Sep 6 00:17:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d97000d virtual/mpi: added nullmpi Package-Manager: portage-2.2.28 virtual/mpi/mpi-2.0-r4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/virtual/mpi/mpi-2.0-r4.ebuild b/virtual/mpi/mpi-2.0-r4.ebuild index 92e3b14..ae6566b 100644 --- a/virtual/mpi/mpi-2.0-r4.ebuild +++ b/virtual/mpi/mpi-2.0-r4.ebuild @@ -19,6 +19,7 @@ RDEPEND="|| ( >=sys-cluster/mpich-3.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?] sys-cluster/mpich2[cxx?,fortran?,romio?,threads?] sys-cluster/mvapich2[fortran?,romio?,threads?] + sys-cluster/nullmpi[${MULTILIB_USEDEP},cxx(-)?,fortran(-)?,romio(-)?,threads(-)?] sys-cluster/native-mpi )"