From a9a28d08a76a33a6545c476201b562fc379c5bc2 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 9 Mar 2010 08:17:46 +0000 Subject: remove mpi USEdep from netcdf as it lost its mpi USE (Portage version: 2.2_rc65/cvs/Linux i686) --- dev-python/scientificpython/ChangeLog | 6 +++++- dev-python/scientificpython/scientificpython-2.9-r1.ebuild | 4 ++-- dev-python/scientificpython/scientificpython-2.9.ebuild | 4 ++-- 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) + 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 )" -- cgit v1.2.3-65-gdbad