diff options
author | 2014-06-10 01:16:27 +0000 | |
---|---|---|
committer | 2014-06-10 01:16:27 +0000 | |
commit | 89b8b67e43641a497e68254532545f61571d0d1d (patch) | |
tree | 608ca179eafc6d339376acb6d3e0589a006b6e9e | |
parent | Fix clean up of /trash #512524 by Yi Yang. (diff) | |
download | gentoo-2-89b8b67e43641a497e68254532545f61571d0d1d.tar.gz gentoo-2-89b8b67e43641a497e68254532545f61571d0d1d.tar.bz2 gentoo-2-89b8b67e43641a497e68254532545f61571d0d1d.zip |
adjust version of dep hdf5, fixes Bug #512660
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
-rw-r--r-- | dev-python/h5py/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/h5py/h5py-2.2.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/h5py/ChangeLog b/dev-python/h5py/ChangeLog index 945223406897..4b49fa3c9ee2 100644 --- a/dev-python/h5py/ChangeLog +++ b/dev-python/h5py/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/h5py -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.23 2014/04/07 02:21:35 idella4 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.24 2014/06/10 01:16:27 idella4 Exp $ + + 10 Jun 2014; Ian Delaney <idella4@gentoo.org> h5py-2.2.1-r1.ebuild: + adjust version of dep hdf5, fixes Bug #512660 *h5py-2.2.1-r1.ebuild (07 Ap=r 2014) diff --git a/dev-python/h5py/h5py-2.2.1-r1.ebuild b/dev-python/h5py/h5py-2.2.1-r1.ebuild index 26c1e78e9d0c..ece984765b71 100644 --- a/dev-python/h5py/h5py-2.2.1-r1.ebuild +++ b/dev-python/h5py/h5py-2.2.1-r1.ebuild @@ -1,10 +1,10 @@ # 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.2.1-r1.ebuild,v 1.1 2014/04/07 02:10:24 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.2.1-r1.ebuild,v 1.2 2014/06/10 01:16:26 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) inherit distutils-r1 flag-o-matic @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test examples mpi" RDEPEND=" - sci-libs/hdf5:= + <sci-libs/hdf5-1.8.13 dev-python/numpy[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] |