diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-29 03:09:29 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-29 03:09:29 +0000 |
commit | a2cdf30b66d5a3a034b3d13059f5a7a5be2d4a20 (patch) | |
tree | 2acc457446d62843c70be3889808a7261f2d3d76 /sci-chemistry/gromacs | |
parent | Change encoding to UTF-8 for GLEP 31 compliance (Manifest recommit) (diff) | |
download | gentoo-2-a2cdf30b66d5a3a034b3d13059f5a7a5be2d4a20.tar.gz gentoo-2-a2cdf30b66d5a3a034b3d13059f5a7a5be2d4a20.tar.bz2 gentoo-2-a2cdf30b66d5a3a034b3d13059f5a7a5be2d4a20.zip |
Fixed dependency
Diffstat (limited to 'sci-chemistry/gromacs')
-rw-r--r-- | sci-chemistry/gromacs/gromacs-3.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/gromacs/gromacs-3.2.1.ebuild b/sci-chemistry/gromacs/gromacs-3.2.1.ebuild index 71801b98bef1..97e7823129c6 100644 --- a/sci-chemistry/gromacs/gromacs-3.2.1.ebuild +++ b/sci-chemistry/gromacs/gromacs-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-3.2.1.ebuild,v 1.1 2004/12/24 16:41:38 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-3.2.1.ebuild,v 1.2 2004/12/29 03:05:38 ribosome Exp $ inherit eutils @@ -16,7 +16,7 @@ KEYWORDS="x86 amd64" #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* +DEPEND="=sci-libs/fftw-2.1* mpi? ( >=sys-cluster/lam-mpi-6.5.6 ) >=sys-devel/binutils-2.10.91.0.2 app-shells/tcsh |