Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/mpi/
Date: Tue, 03 Jan 2017 15:28:48
Message-Id: 1483457314.bb66558c19112246f8577ce4ff9fb0e44bb6c6d5.junghans@gentoo
1 commit: bb66558c19112246f8577ce4ff9fb0e44bb6c6d5
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 15:28:25 2017 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 15:28:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb66558c
7
8 virtual/mpi: fixed multilib deps
9
10 Package-Manager: Portage-2.3.0, Repoman-2.3.1
11
12 virtual/mpi/mpi-2.0-r4.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/virtual/mpi/mpi-2.0-r4.ebuild b/virtual/mpi/mpi-2.0-r4.ebuild
16 index 770b800..2be7a12 100644
17 --- a/virtual/mpi/mpi-2.0-r4.ebuild
18 +++ b/virtual/mpi/mpi-2.0-r4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -17,8 +17,8 @@ IUSE="cxx fortran romio threads"
26 RDEPEND="|| (
27 >=sys-cluster/openmpi-1.10.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?]
28 >=sys-cluster/mpich-3.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?]
29 - sys-cluster/mpich2[cxx?,fortran?,romio?,threads?]
30 - sys-cluster/mvapich2[fortran?,romio?,threads?]
31 + sys-cluster/mpich2[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?]
32 + sys-cluster/mvapich2[${MULTILIB_USEDEP},cxx(-)?,fortran?,romio?,threads?]
33 sys-cluster/nullmpi[${MULTILIB_USEDEP},cxx(-)?,fortran(-)?,romio(-)?,threads(-)?]
34 sys-cluster/native-mpi
35 )"