diff options
author | Sam James <sam@gentoo.org> | 2024-05-29 13:14:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-29 13:14:14 +0100 |
commit | 5e4a2779905f68a397a71183e8ce77fdb1e210ff (patch) | |
tree | d273e70a0a5648753a25de02c4117f24e63a5457 /sci-mathematics/flint | |
parent | sys-power/upower: Stabilize 1.90.4 arm64, #931965 (diff) | |
download | gentoo-5e4a2779905f68a397a71183e8ce77fdb1e210ff.tar.gz gentoo-5e4a2779905f68a397a71183e8ce77fdb1e210ff.tar.bz2 gentoo-5e4a2779905f68a397a71183e8ce77fdb1e210ff.zip |
sci-mathematics/flint: Stabilize 3.1.0 arm64, #933042
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics/flint')
-rw-r--r-- | sci-mathematics/flint/flint-3.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/flint/flint-3.1.0.ebuild b/sci-mathematics/flint/flint-3.1.0.ebuild index d2032c7a56d1..7c2c45ffec7e 100644 --- a/sci-mathematics/flint/flint-3.1.0.ebuild +++ b/sci-mathematics/flint/flint-3.1.0.ebuild @@ -19,7 +19,7 @@ LICENSE="LGPL-2.1+" # Based off the soname, e.g. /usr/lib64/libflint.so -> libflint.so.15 SLOT="0/19" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" IUSE="doc ntl test" RESTRICT="!test? ( test )" |