summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/numpy/numpy-1.6.2.ebuild')
-rw-r--r--dev-python/numpy/numpy-1.6.2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/numpy/numpy-1.6.2.ebuild b/dev-python/numpy/numpy-1.6.2.ebuild
index ae0037f4234d..9a3276b2e39e 100644
--- a/dev-python/numpy/numpy-1.6.2.ebuild
+++ b/dev-python/numpy/numpy-1.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.2.ebuild,v 1.4 2012/10/02 01:29:38 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.2.ebuild,v 1.5 2012/10/14 18:56:06 jlec Exp $
EAPI=4
@@ -8,6 +8,8 @@ PYTHON_DEPEND="*::3.2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.3 *-jython *-pypy-*"
+FORTRAN_NEEDED=lapack
+
inherit distutils eutils flag-o-matic fortran-2 toolchain-funcs versionator
DOC_P="${PN}-1.6.0"