diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-11-21 00:29:28 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-11-21 00:29:28 +0000 |
commit | 6b7e172bbf95bfc7f5406a24c19c0383ce4f531a (patch) | |
tree | ebebdd3764ddda656f3c2347d74e94c0e2e5d978 /sci-libs/mkl/mkl-9.1.023.ebuild | |
parent | Remove old versions. (diff) | |
download | gentoo-2-6b7e172bbf95bfc7f5406a24c19c0383ce4f531a.tar.gz gentoo-2-6b7e172bbf95bfc7f5406a24c19c0383ce4f531a.tar.bz2 gentoo-2-6b7e172bbf95bfc7f5406a24c19c0383ce4f531a.zip |
Removed PROVIDE, now lapack is new style virtual
(Portage version: 2.1.3.19)
Diffstat (limited to 'sci-libs/mkl/mkl-9.1.023.ebuild')
-rw-r--r-- | sci-libs/mkl/mkl-9.1.023.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-libs/mkl/mkl-9.1.023.ebuild b/sci-libs/mkl/mkl-9.1.023.ebuild index 8eaf9d3298ec..26429634d68c 100644 --- a/sci-libs/mkl/mkl-9.1.023.ebuild +++ b/sci-libs/mkl/mkl-9.1.023.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-9.1.023.ebuild,v 1.5 2007/10/18 13:59:25 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-9.1.023.ebuild,v 1.6 2007/11/21 00:29:28 bicatali Exp $ inherit eutils versionator toolchain-funcs fortran @@ -33,8 +33,6 @@ RDEPEND="${DEPEND} dev-util/pkgconfig doc? ( app-doc/blas-docs app-doc/lapack-docs )" -PROVIDE="virtual/lapack" - MKL_DIR=/opt/intel/${PN}/${MAJOR}.${MINOR} pkg_setup() { |