diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2012-06-25 18:28:11 +0000 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2012-06-25 18:28:11 +0000 |
commit | d611de87ae94aad110bc9c712aeb9405d52e46d8 (patch) | |
tree | dce4daaad54f65d323c3e81c847f0a2fd4c3f811 /sys-cluster/openmpi/openmpi-1.4.3.ebuild | |
parent | Constify functions to prevent USE=debug build failure in sys-fs/zfs (diff) | |
download | historical-d611de87ae94aad110bc9c712aeb9405d52e46d8.tar.gz historical-d611de87ae94aad110bc9c712aeb9405d52e46d8.tar.bz2 historical-d611de87ae94aad110bc9c712aeb9405d52e46d8.zip |
Drop blockers (sys-cluster/mpich and sys-cluster/lam-mpi) that are no longer in the tree.
Package-Manager: portage-2.1.10.57/cvs/Linux x86_64
Diffstat (limited to 'sys-cluster/openmpi/openmpi-1.4.3.ebuild')
-rw-r--r-- | sys-cluster/openmpi/openmpi-1.4.3.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-cluster/openmpi/openmpi-1.4.3.ebuild b/sys-cluster/openmpi/openmpi-1.4.3.ebuild index c34613a4a864..2aaf6a381287 100644 --- a/sys-cluster/openmpi/openmpi-1.4.3.ebuild +++ b/sys-cluster/openmpi/openmpi-1.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.4.3.ebuild,v 1.14 2012/03/31 17:56:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.4.3.ebuild,v 1.15 2012/06/25 18:28:11 jsbronder Exp $ EAPI=3 inherit eutils fortran-2 multilib flag-o-matic toolchain-funcs @@ -24,8 +24,6 @@ RDEPEND=" !app-text/lcdf-typetools ) elibc_FreeBSD? ( dev-libs/libexecinfo ) - !sys-cluster/mpich - !sys-cluster/lam-mpi !sys-cluster/mpich2 !sys-cluster/mpiexec" DEPEND="${RDEPEND}" |