diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-03-09 08:17:46 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-03-09 08:17:46 +0000 |
commit | a9a28d08a76a33a6545c476201b562fc379c5bc2 (patch) | |
tree | a4d4fe5ad06548e506357cec61778bfe2b092328 /dev-python/scientificpython/scientificpython-2.9.ebuild | |
parent | keyworded for amd64-linux (diff) | |
download | gentoo-2-a9a28d08a76a33a6545c476201b562fc379c5bc2.tar.gz gentoo-2-a9a28d08a76a33a6545c476201b562fc379c5bc2.tar.bz2 gentoo-2-a9a28d08a76a33a6545c476201b562fc379c5bc2.zip |
remove mpi USEdep from netcdf as it lost its mpi USE
(Portage version: 2.2_rc65/cvs/Linux i686)
Diffstat (limited to 'dev-python/scientificpython/scientificpython-2.9.ebuild')
-rw-r--r-- | dev-python/scientificpython/scientificpython-2.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/scientificpython/scientificpython-2.9.ebuild b/dev-python/scientificpython/scientificpython-2.9.ebuild index 1bc296986a1f..e33954945877 100644 --- a/dev-python/scientificpython/scientificpython-2.9.ebuild +++ b/dev-python/scientificpython/scientificpython-2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.9.ebuild,v 1.9 2010/02/02 21:45:29 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.9.ebuild,v 1.10 2010/03/09 08:17:46 jlec Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -20,7 +20,7 @@ KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="doc mpi test" RDEPEND="dev-python/numpy - || ( =sci-libs/netcdf-3.6* >=sci-libs/netcdf-4[mpi=] ) + sci-libs/netcdf mpi? ( virtual/mpi )" DEPEND="${RDEPEND} test? ( dev-python/nose )" |