diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-02-02 21:45:29 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-02-02 21:45:29 +0000 |
commit | 50b17c714057f7ecc9a39ab39e3f2487edb535f4 (patch) | |
tree | 4bcad013f6b96cfd1bbfa83ee5f2c1084b130b94 /dev-python/scientificpython | |
parent | Another split library from ccp4 (diff) | |
download | gentoo-2-50b17c714057f7ecc9a39ab39e3f2487edb535f4.tar.gz gentoo-2-50b17c714057f7ecc9a39ab39e3f2487edb535f4.tar.bz2 gentoo-2-50b17c714057f7ecc9a39ab39e3f2487edb535f4.zip |
Added netcdf-3.6 without mpi dependency for stable profiles
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/scientificpython')
-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 2887519489ef..1bc296986a1f 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.8 2010/02/02 17:02:19 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.9.ebuild,v 1.9 2010/02/02 21:45:29 bicatali 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[mpi=] + || ( =sci-libs/netcdf-3.6* >=sci-libs/netcdf-4[mpi=] ) mpi? ( virtual/mpi )" DEPEND="${RDEPEND} test? ( dev-python/nose )" |