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 | 5248e8d23018274da001f06187e18fa48b8d47d7 (patch) | |
tree | b5df8319888dc418c8f6b786c5ccdce19787b7d2 /sci-chemistry | |
parent | Moved app-sci/lapack to sci-libs/lapack (diff) | |
download | historical-5248e8d23018274da001f06187e18fa48b8d47d7.tar.gz historical-5248e8d23018274da001f06187e18fa48b8d47d7.tar.bz2 historical-5248e8d23018274da001f06187e18fa48b8d47d7.zip |
Fixed dependencies
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/mpqc/Manifest | 12 | ||||
-rw-r--r-- | sci-chemistry/mpqc/mpqc-2.2.2.ebuild | 6 |
2 files changed, 4 insertions, 14 deletions
diff --git a/sci-chemistry/mpqc/Manifest b/sci-chemistry/mpqc/Manifest index a1114c5c2f8b..c8add1cb1125 100644 --- a/sci-chemistry/mpqc/Manifest +++ b/sci-chemistry/mpqc/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 44394632655ca756bf89e43585b43013 mpqc-2.2.2.ebuild 1408 +MD5 e9d844071c64f7af1c83acc43ca9e81b mpqc-2.2.2.ebuild 1410 MD5 8871651055e9750fd5030fb384a7f5b1 mpqc-2.2.2-r1.ebuild 1413 MD5 87778a705db969a50f45db45b1a9a342 ChangeLog 1983 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 ef8f7cc3214e84dfd6bec6d38eacb3a6 files/digest-mpqc-2.2.2 129 MD5 ef8f7cc3214e84dfd6bec6d38eacb3a6 files/digest-mpqc-2.2.2-r1 129 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBzHlDI1lqEGTUzyQRAmjjAKDHGHiB5LZTUa7HOrHNIUke9RHEvgCeI0V1 -MpMCj0v3xx1xnKItOInkNSw= -=TLMd ------END PGP SIGNATURE----- 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 )" |