xarthisius 14/07/23 16:04:49 Modified: h5py-2.3.1.ebuild ChangeLog Log: Introduce subslot and strict mpi= dependency for hdf5, see #302621 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
Revision Changes Path 1.4 dev-python/h5py/h5py-2.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild?r1=1.3&r2=1.4 Index: h5py-2.3.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- h5py-2.3.1.ebuild 23 Jul 2014 09:31:18 -0000 1.3 +++ h5py-2.3.1.ebuild 23 Jul 2014 16:04:49 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild,v 1.3 2014/07/23 09:31:18 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild,v 1.4 2014/07/23 16:04:49 xarthisius Exp $ EAPI=5 @@ -18,7 +18,7 @@ IUSE="test examples mpi" RDEPEND=" - sci-libs/hdf5 + sci-libs/hdf5:=[mpi=] dev-python/numpy[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] 1.30 dev-python/h5py/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 23 Jul 2014 09:31:18 -0000 1.29 +++ ChangeLog 23 Jul 2014 16:04:49 -0000 1.30 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/h5py # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.29 2014/07/23 09:31:18 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.30 2014/07/23 16:04:49 xarthisius Exp $ + + 23 Jul 2014; Kacper Kowalik <xarthis...@gentoo.org> h5py-2.3.1.ebuild: + Introduce subslot and strict mpi= dependency for hdf5, see #302621 23 Jul 2014; Kacper Kowalik <xarthis...@gentoo.org> h5py-2.3.1.ebuild: Make sure that --mpi is passed to setup.py during each stage