diff options
author | Christoph Junghans <junghans@gentoo.org> | 2017-01-03 08:28:25 -0700 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2017-01-03 08:28:34 -0700 |
commit | bb66558c19112246f8577ce4ff9fb0e44bb6c6d5 (patch) | |
tree | 7379cf46a7a472b42af76416fb9c05592ba90a6f /virtual/mpi/mpi-2.0-r4.ebuild | |
parent | mail-filter/rspamd: add gd dependency for 9999 version (fixes bug 601856) (diff) | |
download | gentoo-bb66558c19112246f8577ce4ff9fb0e44bb6c6d5.tar.gz gentoo-bb66558c19112246f8577ce4ff9fb0e44bb6c6d5.tar.bz2 gentoo-bb66558c19112246f8577ce4ff9fb0e44bb6c6d5.zip |
virtual/mpi: fixed multilib deps
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Diffstat (limited to 'virtual/mpi/mpi-2.0-r4.ebuild')
-rw-r--r-- | virtual/mpi/mpi-2.0-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/virtual/mpi/mpi-2.0-r4.ebuild b/virtual/mpi/mpi-2.0-r4.ebuild index 770b80098149..2be7a12ff63b 100644 --- a/virtual/mpi/mpi-2.0-r4.ebuild +++ b/virtual/mpi/mpi-2.0-r4.ebuild @@ -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 )" |