diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2012-06-25 18:38:03 +0000 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2012-06-25 18:38:03 +0000 |
commit | e44706d6ec6fbc5ca279cdb09e2030762f356180 (patch) | |
tree | 50de7dae1021ae8e4172b65e33bf8bd8afecba89 /sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild | |
parent | Adapt to new unixcw-3. Bug #423389. Thanks Diego (diff) | |
download | historical-e44706d6ec6fbc5ca279cdb09e2030762f356180.tar.gz historical-e44706d6ec6fbc5ca279cdb09e2030762f356180.tar.bz2 historical-e44706d6ec6fbc5ca279cdb09e2030762f356180.zip |
Drop blocker (sys-cluster/lam-mpi) that is no longer in the tree.
Package-Manager: portage-2.1.10.57/cvs/Linux x86_64
Diffstat (limited to 'sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild')
-rw-r--r-- | sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild b/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild index 403abbcbe0e0..8c4a1fadd26b 100644 --- a/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild +++ b/sys-cluster/mpich2/mpich2-1.4.1_p1.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/mpich2/mpich2-1.4.1_p1.ebuild,v 1.3 2012/04/25 16:41:01 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild,v 1.4 2012/06/25 18:33:23 jsbronder Exp $ EAPI=4 @@ -26,8 +26,7 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} fortran? ( virtual/fortran ) - !sys-cluster/openmpi - !sys-cluster/lam-mpi" + !sys-cluster/openmpi" S="${WORKDIR}"/${PN}-${MY_PV} |