summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2003-07-08 05:44:22 +0000
committerGeorge Shapovalov <george@gentoo.org>2003-07-08 05:44:22 +0000
commitdb8150623737cac243537bcd6bc4a5c0029e5a37 (patch)
treefa9d60e3e4fb8f69c8f3ed4a9e98dc5b4f1af7a3 /app-sci/gromacs
parentmoved lam-mpi to sys-cluster (diff)
downloadhistorical-db8150623737cac243537bcd6bc4a5c0029e5a37.tar.gz
historical-db8150623737cac243537bcd6bc4a5c0029e5a37.tar.bz2
historical-db8150623737cac243537bcd6bc4a5c0029e5a37.zip
adjusted lam-mpi dependency after move
Diffstat (limited to 'app-sci/gromacs')
-rw-r--r--app-sci/gromacs/gromacs-3.1.4-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-sci/gromacs/gromacs-3.1.4-r1.ebuild b/app-sci/gromacs/gromacs-3.1.4-r1.ebuild
index 96be882a2bd0..29e149548e2e 100644
--- a/app-sci/gromacs/gromacs-3.1.4-r1.ebuild
+++ b/app-sci/gromacs/gromacs-3.1.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/gromacs/gromacs-3.1.4-r1.ebuild,v 1.2 2003/07/02 12:33:39 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/gromacs/gromacs-3.1.4-r1.ebuild,v 1.3 2003/07/08 05:44:22 george Exp $
IUSE="mpi"
@@ -15,7 +15,7 @@ KEYWORDS="x86"
#mpi is a local USE flag now
#May become official when situation with mpich is cleared (now the only mpi implementation awailable is lam-mpi)
DEPEND=">=dev-libs/fftw-2.1.3
- mpi? ( >=dev-libs/lam-mpi-6.5.6 )
+ mpi? ( >=sys-cluster/lam-mpi-6.5.6 )
>=sys-devel/binutils-2.10.91.0.2"