diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2016-11-17 16:38:09 -0500 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2016-11-17 16:38:09 -0500 |
commit | b667bf29eafb77ec92833398a4cdad5830f2e9c5 (patch) | |
tree | 3a16d29d3b5ab4217594b1a4a7b079923c6d0ad7 /virtual/mpi/mpi-2.0-r4.ebuild | |
parent | mail-client/mutt: revbump with latest upstream patches, updated neomutt nntp,... (diff) | |
download | gentoo-b667bf29eafb77ec92833398a4cdad5830f2e9c5.tar.gz gentoo-b667bf29eafb77ec92833398a4cdad5830f2e9c5.tar.bz2 gentoo-b667bf29eafb77ec92833398a4cdad5830f2e9c5.zip |
profiles/package.mask: put mask back on sandbox-2.11+ for bug 580726
Diffstat (limited to 'virtual/mpi/mpi-2.0-r4.ebuild')
-rw-r--r-- | virtual/mpi/mpi-2.0-r4.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/virtual/mpi/mpi-2.0-r4.ebuild b/virtual/mpi/mpi-2.0-r4.ebuild deleted file mode 100644 index 770b80098149..000000000000 --- a/virtual/mpi/mpi-2.0-r4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit multilib-build - -DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation" -HOMEPAGE="" -SRC_URI="" -LICENSE="" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -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/nullmpi[${MULTILIB_USEDEP},cxx(-)?,fortran(-)?,romio(-)?,threads(-)?] - sys-cluster/native-mpi -)" - -DEPEND="" |