Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/flint/
Date: Tue, 18 Jan 2022 21:50:41
Message-Id: 1642542603.fd9690e1bd95114bf75a8c0fcc1fae85e2241938.jsmolic@gentoo
1 commit: fd9690e1bd95114bf75a8c0fcc1fae85e2241938
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 21:50:03 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 21:50:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd9690e1
7
8 sci-mathematics/flint: Stabilize 2.8.4 amd64, #831415
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 sci-mathematics/flint/flint-2.8.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-mathematics/flint/flint-2.8.4.ebuild b/sci-mathematics/flint/flint-2.8.4.ebuild
16 index 216026f6df27..8d2f8f435dc2 100644
17 --- a/sci-mathematics/flint/flint-2.8.4.ebuild
18 +++ b/sci-mathematics/flint/flint-2.8.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -21,7 +21,7 @@ LICENSE="LGPL-2.1+"
26 # Based off the soname, e.g. /usr/lib64/libflint.so -> libflint.so.15
27 SLOT="0/16"
28
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
30 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
31 IUSE="doc ntl test"
32
33 RESTRICT="!test? ( test )"