commit: 9ecf36b26fe22b30233db0bafc839e90ae6c84df Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Sat Feb 21 02:09:43 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Sat Feb 21 02:46:36 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9ecf36b2
mpich2 will not be ported to multilib Package-Manager: portage-2.2.14 --- virtual/mpi/ChangeLog | 3 +++ virtual/mpi/mpi-2.0-r4.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/virtual/mpi/ChangeLog b/virtual/mpi/ChangeLog index 929d007..403d5c1 100644 --- a/virtual/mpi/ChangeLog +++ b/virtual/mpi/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 21 Feb 2015; Christoph Junghans <[email protected]> mpi-2.0-r4.ebuild: + mpich2 will not be ported to multilib + 19 Feb 2015; Christoph Junghans <[email protected]> mpi-2.0-r4.ebuild: dropped keywords like for >=sys-cluster/openmpi-1.8.4-r3 diff --git a/virtual/mpi/mpi-2.0-r4.ebuild b/virtual/mpi/mpi-2.0-r4.ebuild index 6099c59..6f15a39 100644 --- a/virtual/mpi/mpi-2.0-r4.ebuild +++ b/virtual/mpi/mpi-2.0-r4.ebuild @@ -17,8 +17,8 @@ IUSE="cxx fortran romio threads" RDEPEND="|| ( >=sys-cluster/openmpi-1.8.4-r3[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?] >=sys-cluster/mpich-3.1.3-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?] - >=sys-cluster/mpich2-1.5-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?] abi_x86_64? ( !abi_x86_32? ( sys-cluster/mvapich2[fortran?,romio?,threads?] ) ) + x86? ( sys-cluster/mvapich2[fortran?,romio?,threads?] ) prefix? ( sys-cluster/native-mpi ) )"
