summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-06-10 01:16:27 +0000
committerIan Delaney <idella4@gentoo.org>2014-06-10 01:16:27 +0000
commit89b8b67e43641a497e68254532545f61571d0d1d (patch)
tree608ca179eafc6d339376acb6d3e0589a006b6e9e
parentFix clean up of /trash #512524 by Yi Yang. (diff)
downloadgentoo-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/ChangeLog7
-rw-r--r--dev-python/h5py/h5py-2.2.1-r1.ebuild6
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}]