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-mathematics/flint/
Date: Mon, 22 Nov 2021 03:07:48
Message-Id: 1637550081.121f62a48ee298665cfe4e8d8a2b10df6d81b1e2.dlan@gentoo
1 commit: 121f62a48ee298665cfe4e8d8a2b10df6d81b1e2
2 Author: Alex Fan <alex.fan.q <AT> gmail <DOT> com>
3 AuthorDate: Thu Nov 18 07:22:48 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 03:01:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=121f62a4
7
8 sci-mathematics/flint: keyword 2.8.3 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-mathematics/flint/flint-2.8.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-mathematics/flint/flint-2.8.4.ebuild b/sci-mathematics/flint/flint-2.8.4.ebuild
17 index 155984f2418a..216026f6df27 100644
18 --- a/sci-mathematics/flint/flint-2.8.4.ebuild
19 +++ b/sci-mathematics/flint/flint-2.8.4.ebuild
20 @@ -21,7 +21,7 @@ LICENSE="LGPL-2.1+"
21 # Based off the soname, e.g. /usr/lib64/libflint.so -> libflint.so.15
22 SLOT="0/16"
23
24 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
26 IUSE="doc ntl test"
27
28 RESTRICT="!test? ( test )"