diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2004-04-02 21:43:26 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2004-04-02 21:43:26 +0000 |
commit | 15fac2bfbaa4a60750849f4df37e303178b008f2 (patch) | |
tree | be9535c2c46a90c9eb46dcfce240b5cb8dec04f0 /sys-cluster/mpich | |
parent | version bump. thanks to: Stefan Lesicnik <lists@lsd.za.com> in bug #46464 (diff) | |
download | gentoo-2-15fac2bfbaa4a60750849f4df37e303178b008f2.tar.gz gentoo-2-15fac2bfbaa4a60750849f4df37e303178b008f2.tar.bz2 gentoo-2-15fac2bfbaa4a60750849f4df37e303178b008f2.zip |
lam-mpi changed categories a while back, but RDEPEND was never changed to reflect this.
Diffstat (limited to 'sys-cluster/mpich')
-rw-r--r-- | sys-cluster/mpich/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/mpich/mpich-1.2.5.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-cluster/mpich/ChangeLog b/sys-cluster/mpich/ChangeLog index 5431c38f1931..349b291fb80f 100644 --- a/sys-cluster/mpich/ChangeLog +++ b/sys-cluster/mpich/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/mpich # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/ChangeLog,v 1.11 2004/03/26 10:36:47 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/ChangeLog,v 1.12 2004/04/02 21:43:26 spyderous Exp $ + + 02 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; mpich-1.2.5.2.ebuild: + lam-mpi changed categories a while back, but RDEPEND was never changed to + reflect this. 26 Mar 2004; David Holm <dholm@gentoo.org> mpich-1.2.5.2.ebuild: Added to ~ppc. diff --git a/sys-cluster/mpich/mpich-1.2.5.2.ebuild b/sys-cluster/mpich/mpich-1.2.5.2.ebuild index 3301c6b06d98..6a85155bf21b 100644 --- a/sys-cluster/mpich/mpich-1.2.5.2.ebuild +++ b/sys-cluster/mpich/mpich-1.2.5.2.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/mpich/mpich-1.2.5.2.ebuild,v 1.4 2004/03/26 10:36:48 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/mpich-1.2.5.2.ebuild,v 1.5 2004/04/02 21:43:26 spyderous Exp $ DESCRIPTION="MPICH - A portable MPI implementation" HOMEPAGE="http://www-unix.mcs.anl.gov/mpi/mpich" @@ -15,7 +15,7 @@ DEPEND="virtual/glibc" RDEPEND="${DEPEND} crypt? ( net-misc/openssh ) !crypt? ( net-misc/netkit-rsh ) - !dev-libs/lam-mpi" + !sys-cluster/lam-mpi" src_unpack() { unpack ${A} |