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-r1.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-r1.ebuild')
-rw-r--r-- | dev-python/scientificpython/scientificpython-2.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/scientificpython/scientificpython-2.9-r1.ebuild b/dev-python/scientificpython/scientificpython-2.9-r1.ebuild index 8b525c74d8e1..80e3af035b61 100644 --- a/dev-python/scientificpython/scientificpython-2.9-r1.ebuild +++ b/dev-python/scientificpython/scientificpython-2.9-r1.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-r1.ebuild,v 1.1 2010/02/17 21:43:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.9-r1.ebuild,v 1.2 2010/03/09 08:17:46 jlec Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" 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 )" |