jlec 15/05/30 07:59:52 Modified: h5py-2.5.0.ebuild ChangeLog Log: Fix dependency version of sphinx for themeing support, bug #550720 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.3 dev-python/h5py/h5py-2.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.5.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.5.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.5.0.ebuild?r1=1.2&r2=1.3 Index: h5py-2.5.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.5.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- h5py-2.5.0.ebuild 27 May 2015 09:02:48 -0000 1.2 +++ h5py-2.5.0.ebuild 30 May 2015 07:59:52 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.5.0.ebuild,v 1.2 2015/05/27 09:02:48 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.5.0.ebuild,v 1.3 2015/05/30 07:59:52 jlec Exp $ EAPI=5 @@ -27,7 +27,7 @@ dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/alabaster[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] + >=dev-python/sphinx-1.3.1[${PYTHON_USEDEP}] ) mpi? ( dev-python/mpi4py[${PYTHON_USEDEP}] )" 1.39 dev-python/h5py/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 27 May 2015 09:02:48 -0000 1.38 +++ ChangeLog 30 May 2015 07:59:52 -0000 1.39 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/h5py # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.38 2015/05/27 09:02:48 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.39 2015/05/30 07:59:52 jlec Exp $ + + 30 May 2015; Justin Lecher <[email protected]> h5py-2.5.0.ebuild: + Fix dependency version of sphinx for themeing support, bug #550720 27 May 2015; Justin Lecher <[email protected]> h5py-2.5.0.ebuild: Add missing dep
