diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-11-21 00:25:36 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-11-21 00:25:36 +0000 |
commit | f38a09f034ae2633283dc5ec492b93b3289b3056 (patch) | |
tree | 1dbae4e133f338c43bbbf6a897f8a9cdaf8248bf /sci-libs/acml/acml-4.0.0.ebuild | |
parent | Added ~ppc64; bug #199368 (diff) | |
download | gentoo-2-f38a09f034ae2633283dc5ec492b93b3289b3056.tar.gz gentoo-2-f38a09f034ae2633283dc5ec492b93b3289b3056.tar.bz2 gentoo-2-f38a09f034ae2633283dc5ec492b93b3289b3056.zip |
Removed PROVIDE, now lapack is new style virtual
(Portage version: 2.1.3.19)
Diffstat (limited to 'sci-libs/acml/acml-4.0.0.ebuild')
-rw-r--r-- | sci-libs/acml/acml-4.0.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-libs/acml/acml-4.0.0.ebuild b/sci-libs/acml/acml-4.0.0.ebuild index 1b30c4e333b2..289fa8e89497 100644 --- a/sci-libs/acml/acml-4.0.0.ebuild +++ b/sci-libs/acml/acml-4.0.0.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/acml/acml-4.0.0.ebuild,v 1.4 2007/10/18 14:18:28 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.0.ebuild,v 1.5 2007/11/21 00:25:36 bicatali Exp $ inherit eutils toolchain-funcs fortran @@ -28,8 +28,6 @@ DEPEND="app-admin/eselect-blas RDEPEND="${DEPEND} doc? ( app-doc/blas-docs app-doc/lapack-docs )" -PROVIDE="virtual/lapack" - S="${WORKDIR}" pkg_nofetch() { |