Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/h5hut/
Date: Tue, 12 Oct 2021 06:57:39
Message-Id: 1634021848.35ea7e100c06811630c44ad85a2c48db39494e9c.sam@gentoo
1 commit: 35ea7e100c06811630c44ad85a2c48db39494e9c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 12 06:57:05 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 12 06:57:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ea7e10
7
8 sci-libs/h5hut: depend on older hdf5lib for now
9
10 Doesn't seem to build with newer versions.
11
12 Bug: https://bugs.gentoo.org/809221
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 sci-libs/h5hut/{h5hut-1.99.13.ebuild => h5hut-1.99.13-r1.ebuild} | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sci-libs/h5hut/h5hut-1.99.13.ebuild b/sci-libs/h5hut/h5hut-1.99.13-r1.ebuild
19 similarity index 91%
20 rename from sci-libs/h5hut/h5hut-1.99.13.ebuild
21 rename to sci-libs/h5hut/h5hut-1.99.13-r1.ebuild
22 index 5eca8e34f1d..ff0a0934ace 100644
23 --- a/sci-libs/h5hut/h5hut-1.99.13.ebuild
24 +++ b/sci-libs/h5hut/h5hut-1.99.13-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2017 Gentoo Foundation
27 +# Copyright 1999-2021 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -17,7 +17,7 @@ IUSE=""
32
33 DEPEND="
34 virtual/mpi
35 - sci-libs/hdf5[mpi]
36 + <sci-libs/hdf5-1.12[mpi]
37 "
38 RDEPEND="${DEPEND}"