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/hdf/
Date: Wed, 08 Dec 2021 04:20:47
Message-Id: 1638937207.ad6e8b5b84c4fb5e19e5a0f475e52776725a790a.sam@gentoo
1 commit: ad6e8b5b84c4fb5e19e5a0f475e52776725a790a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 8 04:20:02 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 8 04:20:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6e8b5b
7
8 sci-libs/hdf: drop -riscv for 4.2.15-r1 with new arch. support
9
10 This should now support riscv, but will leave keywording for
11 the arch team of course. But dropping -riscv as it's no longer
12 known-broken.
13
14 Bug: https://bugs.gentoo.org/664856
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 sci-libs/hdf/hdf-4.2.15-r1.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/sci-libs/hdf/hdf-4.2.15-r1.ebuild b/sci-libs/hdf/hdf-4.2.15-r1.ebuild
21 index 2c9f240f5c3e..c93e912c8ccd 100644
22 --- a/sci-libs/hdf/hdf-4.2.15-r1.ebuild
23 +++ b/sci-libs/hdf/hdf-4.2.15-r1.ebuild
24 @@ -14,7 +14,7 @@ SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-4.2.15-
25
26 LICENSE="NCSA-HDF"
27 SLOT="0"
28 -KEYWORDS="~amd64 ~ia64 ~ppc -riscv ~x86 ~amd64-linux ~x86-linux"
29 +KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux"
30 IUSE="examples fortran szip static-libs test"
31 RESTRICT="!test? ( test )"
32 REQUIRED_USE="test? ( szip )"