diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-18 14:44:33 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-18 14:44:33 +0000 |
commit | e2e6a4b7c88e64a49531b0e4420c32461434b604 (patch) | |
tree | 036ce682267c30d7048a2534c51cd110791f1f11 /dev-python/numpy/numpy-1.2.1.ebuild | |
parent | Made eclass EAPI=2 aware, bug #255989. (diff) | |
download | historical-e2e6a4b7c88e64a49531b0e4420c32461434b604.tar.gz historical-e2e6a4b7c88e64a49531b0e4420c32461434b604.tar.bz2 historical-e2e6a4b7c88e64a49531b0e4420c32461434b604.zip |
Removed f2py block since it's not in the tree anymore
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'dev-python/numpy/numpy-1.2.1.ebuild')
-rw-r--r-- | dev-python/numpy/numpy-1.2.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/numpy/numpy-1.2.1.ebuild b/dev-python/numpy/numpy-1.2.1.ebuild index 1e5528d16cd3..75d00b8a8553 100644 --- a/dev-python/numpy/numpy-1.2.1.ebuild +++ b/dev-python/numpy/numpy-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.2.1.ebuild,v 1.5 2009/02/12 11:22:10 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.2.1.ebuild,v 1.6 2009/02/18 14:44:33 bicatali Exp $ NEED_PYTHON=2.4 @@ -10,9 +10,7 @@ DESCRIPTION="Fast array and numerical python library" SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz" HOMEPAGE="http://numeric.scipy.org/" -RDEPEND="!dev-python/f2py - lapack? ( virtual/cblas virtual/lapack )" - +RDEPEND="lapack? ( virtual/cblas virtual/lapack )" DEPEND="${RDEPEND} test? ( >=dev-python/nose-0.10 ) lapack? ( dev-util/pkgconfig )" |