diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2004-04-02 21:44:30 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2004-04-02 21:44:30 +0000 |
commit | 87efb3e87c3b3957793d881c089b0d7a51085bd0 (patch) | |
tree | 64476adfc6fce6a414ad3e34a3ccb957dd7cadb2 /sys-cluster | |
parent | lam-mpi changed categories a while back, but RDEPEND was never changed to ref... (diff) | |
download | gentoo-2-87efb3e87c3b3957793d881c089b0d7a51085bd0.tar.gz gentoo-2-87efb3e87c3b3957793d881c089b0d7a51085bd0.tar.bz2 gentoo-2-87efb3e87c3b3957793d881c089b0d7a51085bd0.zip |
Move mpich from DEPEND to RDEPEND.
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/lam-mpi/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/lam-mpi/lam-mpi-7.0.4.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-cluster/lam-mpi/ChangeLog b/sys-cluster/lam-mpi/ChangeLog index 8b7fd4a9c383..c07d73c5fad0 100644 --- a/sys-cluster/lam-mpi/ChangeLog +++ b/sys-cluster/lam-mpi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/lam-mpi # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/ChangeLog,v 1.11 2004/03/25 07:51:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/ChangeLog,v 1.12 2004/04/02 21:44:30 spyderous Exp $ + + 02 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; lam-mpi-7.0.4.ebuild: + Move mpich from DEPEND to RDEPEND. 24 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> lam-mpi-6.5.9-r1.ebuild: diff --git a/sys-cluster/lam-mpi/lam-mpi-7.0.4.ebuild b/sys-cluster/lam-mpi/lam-mpi-7.0.4.ebuild index 4a7e4d0acc81..ff1443637713 100644 --- a/sys-cluster/lam-mpi/lam-mpi-7.0.4.ebuild +++ b/sys-cluster/lam-mpi/lam-mpi-7.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.0.4.ebuild,v 1.2 2004/03/04 09:43:52 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.0.4.ebuild,v 1.3 2004/04/02 21:44:30 spyderous Exp $ IUSE="crypt" @@ -11,12 +11,12 @@ DESCRIPTION="the LAM MPI parallel computing environment" SRC_URI="http://www.lam-mpi.org/download/files/${MY_P}.tar.bz2" HOMEPAGE="http://www.lam-mpi.org" -DEPEND="virtual/glibc - !sys-cluster/mpich" +DEPEND="virtual/glibc" # we need ssh if we want to use it instead of rsh RDEPEND="${DEPEND} crypt? ( net-misc/openssh ) - !crypt? ( net-misc/netkit-rsh )" + !crypt? ( net-misc/netkit-rsh ) + !sys-cluster/mpich" SLOT="6" KEYWORDS="x86 amd64 alpha ~sparc ~ppc" |