diff options
author | Sam James <sam@gentoo.org> | 2021-10-12 07:57:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-12 07:57:28 +0100 |
commit | 35ea7e100c06811630c44ad85a2c48db39494e9c (patch) | |
tree | 8a8eae40ebd3464aa8c1971bc760761b0e40179c /sci-libs/h5hut | |
parent | media-sound/yoshimi: bump to 2.1.1 (diff) | |
download | gentoo-35ea7e100c06811630c44ad85a2c48db39494e9c.tar.gz gentoo-35ea7e100c06811630c44ad85a2c48db39494e9c.tar.bz2 gentoo-35ea7e100c06811630c44ad85a2c48db39494e9c.zip |
sci-libs/h5hut: depend on older hdf5lib for now
Doesn't seem to build with newer versions.
Bug: https://bugs.gentoo.org/809221
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/h5hut')
-rw-r--r-- | sci-libs/h5hut/h5hut-1.99.13-r1.ebuild (renamed from sci-libs/h5hut/h5hut-1.99.13.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/h5hut/h5hut-1.99.13.ebuild b/sci-libs/h5hut/h5hut-1.99.13-r1.ebuild index 5eca8e34f1dc..ff0a0934aceb 100644 --- a/sci-libs/h5hut/h5hut-1.99.13.ebuild +++ b/sci-libs/h5hut/h5hut-1.99.13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ IUSE="" DEPEND=" virtual/mpi - sci-libs/hdf5[mpi] + <sci-libs/hdf5-1.12[mpi] " RDEPEND="${DEPEND}" |