Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/sundials/
Date: Wed, 01 Dec 2021 06:37:23
Message-Id: 1638340466.0f2d32fa0806982e7ed48e24fb6931d71409bbd1.dlan@gentoo
1 commit: 0f2d32fa0806982e7ed48e24fb6931d71409bbd1
2 Author: Alex Fan <alex.fan.q <AT> gmail <DOT> com>
3 AuthorDate: Tue Nov 30 10:58:00 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 1 06:34:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2d32fa
7
8 sci-libs/sundials: keyword 5.8.0 for ~riscv
9
10 Signed-off-by: Alex Fan <alex.fan.q <AT> gmail.com>
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 sci-libs/sundials/sundials-5.8.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/sundials/sundials-5.8.0.ebuild b/sci-libs/sundials/sundials-5.8.0.ebuild
17 index 9d6837a1479e..56a1a89dc03b 100644
18 --- a/sci-libs/sundials/sundials-5.8.0.ebuild
19 +++ b/sci-libs/sundials/sundials-5.8.0.ebuild
20 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/LLNL/${PN}/releases/download/v${PV}/${P}.tar.gz"
21
22 LICENSE="BSD"
23 SLOT="0/$(ver_cut 1)"
24 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
26 IUSE="doc examples fortran hypre +int64 lapack mpi openmp sparse +static-libs superlumt threads"
27 REQUIRED_USE="
28 fortran? ( static-libs )