virtual/mpi: fixed multilib deps
authorChristoph Junghans <junghans@gentoo.org>
Tue, 3 Jan 2017 15:28:25 +0000 (08:28 -0700)
committerChristoph Junghans <junghans@gentoo.org>
Tue, 3 Jan 2017 15:28:34 +0000 (08:28 -0700)
Package-Manager: Portage-2.3.0, Repoman-2.3.1

virtual/mpi/mpi-2.0-r4.ebuild

index 770b8009814946cdaeef02c81bb26e79186ce432..2be7a12ff63be86787a81f059217e965d8dea340 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,8 +17,8 @@ IUSE="cxx fortran romio threads"
 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/mpich2[cxx?,fortran?,romio?,threads?]
-       sys-cluster/mvapich2[fortran?,romio?,threads?]
+       sys-cluster/mpich2[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?]
+       sys-cluster/mvapich2[${MULTILIB_USEDEP},cxx(-)?,fortran?,romio?,threads?]
        sys-cluster/nullmpi[${MULTILIB_USEDEP},cxx(-)?,fortran(-)?,romio(-)?,threads(-)?]
        sys-cluster/native-mpi
 )"