diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-18 22:50:03 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-18 22:50:03 +0100 |
commit | fd9690e1bd95114bf75a8c0fcc1fae85e2241938 (patch) | |
tree | 9ab1743333250966cd92cd81cadb2c584b6a3b3f /sci-mathematics/flint | |
parent | sci-mathematics/arb: Stabilize 2.21.0 amd64, #831414 (diff) | |
download | gentoo-fd9690e1bd95114bf75a8c0fcc1fae85e2241938.tar.gz gentoo-fd9690e1bd95114bf75a8c0fcc1fae85e2241938.tar.bz2 gentoo-fd9690e1bd95114bf75a8c0fcc1fae85e2241938.zip |
sci-mathematics/flint: Stabilize 2.8.4 amd64, #831415
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-mathematics/flint')
-rw-r--r-- | sci-mathematics/flint/flint-2.8.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/flint/flint-2.8.4.ebuild b/sci-mathematics/flint/flint-2.8.4.ebuild index 216026f6df27..8d2f8f435dc2 100644 --- a/sci-mathematics/flint/flint-2.8.4.ebuild +++ b/sci-mathematics/flint/flint-2.8.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ LICENSE="LGPL-2.1+" # Based off the soname, e.g. /usr/lib64/libflint.so -> libflint.so.15 SLOT="0/16" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv ~x86" IUSE="doc ntl test" RESTRICT="!test? ( test )" |