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-mathematics/flint/
Date: Tue, 27 Oct 2020 19:58:56
Message-Id: 1603828527.08d3cca57d9946b556e224c29d6c92121e705e81.sam@gentoo
1 commit: 08d3cca57d9946b556e224c29d6c92121e705e81
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 19:55:27 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 19:55:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d3cca5
7
8 sci-mathematics/flint: Keyword 2.6.3 arm64, #749927
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-mathematics/flint/flint-2.6.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-mathematics/flint/flint-2.6.3.ebuild b/sci-mathematics/flint/flint-2.6.3.ebuild
16 index d6ba11ee4b1..d943d1c3905 100644
17 --- a/sci-mathematics/flint/flint-2.6.3.ebuild
18 +++ b/sci-mathematics/flint/flint-2.6.3.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="http://www.flintlib.org/${P}.tar.gz"
20
21 LICENSE="LGPL-2.1+"
22 SLOT="0/14"
23 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
25 IUSE="doc ntl test"
26
27 RESTRICT="!test? ( test )"