diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-29 16:35:37 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-29 16:35:37 +0000 |
commit | 1073bfdb64c78c20aeb4f1e2e8e67313f52d24cf (patch) | |
tree | 4718539de5a681c1e17ca1afc8bc835295bc01b2 /sci-libs | |
parent | Fixed dependencies (Manifest recommit) (diff) | |
download | gentoo-2-1073bfdb64c78c20aeb4f1e2e8e67313f52d24cf.tar.gz gentoo-2-1073bfdb64c78c20aeb4f1e2e8e67313f52d24cf.tar.bz2 gentoo-2-1073bfdb64c78c20aeb4f1e2e8e67313f52d24cf.zip |
Fixed dependencies
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/lapack/lapack-3.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/lapack/lapack-3.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/lapack/lapack-3.0-r1.ebuild b/sci-libs/lapack/lapack-3.0-r1.ebuild index 88124b247525..d23b734c77ac 100644 --- a/sci-libs/lapack/lapack-3.0-r1.ebuild +++ b/sci-libs/lapack/lapack-3.0-r1.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/lapack/lapack-3.0-r1.ebuild,v 1.1 2004/12/29 16:20:20 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack/lapack-3.0-r1.ebuild,v 1.2 2004/12/29 16:34:03 ribosome Exp $ DESCRIPTION="Linear Algebra PACKage for scientists, engineers, and mathematicians. This contains the libraries for creating programs that use LAPACK." HOMEPAGE="http://www.netlib.org/lapack/" @@ -12,7 +12,7 @@ IUSE="" KEYWORDS="-* amd64 ~ppc64" DEPEND="virtual/libc - app-sci/blas" + sci-libs/blas" S=${WORKDIR}/LAPACK diff --git a/sci-libs/lapack/lapack-3.0.ebuild b/sci-libs/lapack/lapack-3.0.ebuild index c93e131d518c..1a172b0c5332 100644 --- a/sci-libs/lapack/lapack-3.0.ebuild +++ b/sci-libs/lapack/lapack-3.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/lapack/lapack-3.0.ebuild,v 1.1 2004/12/29 16:20:20 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack/lapack-3.0.ebuild,v 1.2 2004/12/29 16:34:03 ribosome Exp $ DESCRIPTION="Linear Algebra PACKage for scientists, engineers, and mathematicians. This contains the libraries for creating programs that use LAPACK." HOMEPAGE="http://www.netlib.org/lapack/" @@ -12,7 +12,7 @@ IUSE="" KEYWORDS="x86 amd64 ~ppc" DEPEND="virtual/libc - app-sci/blas" + sci-libs/blas" S=${WORKDIR}/LAPACK |