summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-03-09 08:17:46 +0000
committerJustin Lecher <jlec@gentoo.org>2010-03-09 08:17:46 +0000
commita9a28d08a76a33a6545c476201b562fc379c5bc2 (patch)
treea4d4fe5ad06548e506357cec61778bfe2b092328 /dev-python/scientificpython
parentkeyworded for amd64-linux (diff)
downloadgentoo-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')
-rw-r--r--dev-python/scientificpython/ChangeLog6
-rw-r--r--dev-python/scientificpython/scientificpython-2.9-r1.ebuild4
-rw-r--r--dev-python/scientificpython/scientificpython-2.9.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/scientificpython/ChangeLog b/dev-python/scientificpython/ChangeLog
index b1507f9efda0..49b37bbbfe17 100644
--- a/dev-python/scientificpython/ChangeLog
+++ b/dev-python/scientificpython/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/scientificpython
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/ChangeLog,v 1.30 2010/02/17 21:43:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/ChangeLog,v 1.31 2010/03/09 08:17:46 jlec Exp $
+
+ 09 Mar 2010; Justin Lecher (jlec) <jlec@j-schmitz.net>
+ scientificpython-2.9.ebuild, scientificpython-2.9-r1.ebuild:
+ remove mpi USEdep from netcdf as it lost its mpi USE
*scientificpython-2.9-r1 (17 Feb 2010)
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 )"
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 )"