diff options
author | 2004-12-29 18:45:06 +0000 | |
---|---|---|
committer | 2004-12-29 18:45:06 +0000 | |
commit | 166284efdb8f464748086a5bcdea62b6b2aecf1f (patch) | |
tree | e365688aa94e4d79e9ebbbda4be67a49eb45a99e /sci-libs | |
parent | readd qt support, bug #65504 (diff) | |
download | historical-166284efdb8f464748086a5bcdea62b6b2aecf1f.tar.gz historical-166284efdb8f464748086a5bcdea62b6b2aecf1f.tar.bz2 historical-166284efdb8f464748086a5bcdea62b6b2aecf1f.zip |
Fixed dependencies
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/acml/Manifest | 12 | ||||
-rw-r--r-- | sci-libs/acml/acml-2.1.0.ebuild | 6 |
2 files changed, 4 insertions, 14 deletions
diff --git a/sci-libs/acml/Manifest b/sci-libs/acml/Manifest index 8ee014f23df4..123a449a84a7 100644 --- a/sci-libs/acml/Manifest +++ b/sci-libs/acml/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 45aa7fd050e5a503b40d9e6bae952b40 acml-2.1.0.ebuild 1718 +MD5 77b49fdfaa00483398312db5545b3303 acml-2.1.0.ebuild 1720 MD5 bc804fb790576358f1c9418d8c2f5a4d ChangeLog 757 MD5 c9bfe708975ddd233f47166b8f1053f6 metadata.xml 390 MD5 3b43533f073305dc2ed60f13091025a0 files/digest-acml-2.1.0 134 MD5 e92e9b2507e25e7826de1be1cce7c7ae files/c-ACML.blas 465 MD5 ed54e2d6cb585bafe8a23f0a5d07c02b files/f77-ACML.blas 430 MD5 035015e5be8999d26202cfb042029acc files/f77-ACML.lapack 441 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFB0bpDI1lqEGTUzyQRAo1yAJ9AiS08+MXGEcjnZfrpaw+becjYwwCgxG4q -hifYWluXqVc6M7aG+W36gcs= -=9It4 ------END PGP SIGNATURE----- diff --git a/sci-libs/acml/acml-2.1.0.ebuild b/sci-libs/acml/acml-2.1.0.ebuild index 03b9d8e64b99..7a4c08d522fc 100644 --- a/sci-libs/acml/acml-2.1.0.ebuild +++ b/sci-libs/acml/acml-2.1.0.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-libs/acml/acml-2.1.0.ebuild,v 1.1 2004/12/28 16:09:15 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-2.1.0.ebuild,v 1.2 2004/12/29 18:45:06 ribosome Exp $ inherit eutils @@ -18,8 +18,8 @@ LICENSE="ACML" KEYWORDS="~amd64 ~x86" SLOT="0" RDEPEND="virtual/libc - app-sci/blas-config - app-sci/lapack-config" + sci-libs/blas-config + sci-libs/lapack-config" PROVIDE="virtual/blas virtual/lapack" |