diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-29 16:30:31 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-29 16:30:31 +0000 |
commit | fc9746f3bde31eb3b748ae9a9c88d3ca67a2f52a (patch) | |
tree | d8c41a044e71a84312109215606e4ad8a7989af0 /sci-chemistry | |
parent | Moved app-sci/lapack to sci-libs/lapack (diff) | |
download | gentoo-2-fc9746f3bde31eb3b748ae9a9c88d3ca67a2f52a.tar.gz gentoo-2-fc9746f3bde31eb3b748ae9a9c88d3ca67a2f52a.tar.bz2 gentoo-2-fc9746f3bde31eb3b748ae9a9c88d3ca67a2f52a.zip |
Fixed dependencies
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/mpqc/mpqc-2.2.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/mpqc/mpqc-2.2.2.ebuild b/sci-chemistry/mpqc/mpqc-2.2.2.ebuild index 5b0073b93b15..ebf8814ef480 100644 --- a/sci-chemistry/mpqc/mpqc-2.2.2.ebuild +++ b/sci-chemistry/mpqc/mpqc-2.2.2.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/mpqc/mpqc-2.2.2.ebuild,v 1.1 2004/12/24 16:49:51 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mpqc/mpqc-2.2.2.ebuild,v 1.2 2004/12/29 16:30:31 ribosome Exp $ DESCRIPTION="The Massively Parallel Quantum Chemistry Program" HOMEPAGE="http://www.mpqc.org/" @@ -14,8 +14,8 @@ KEYWORDS="x86 ~ppc amd64" IUSE="doc X" DEPEND="sys-devel/flex - app-sci/blas - app-sci/lapack + sci-libs/blas + sci-libs/lapack dev-lang/perl X? ( virtual/x11 )" |