diff options
author | 2023-11-24 17:03:34 +0000 | |
---|---|---|
committer | 2023-11-24 17:03:34 +0000 | |
commit | 59a6e58a1fdeb4f6cc79e75d01ed96fe42b579ae (patch) | |
tree | ee1ffc9eac1e49c86248745a74adcc63987b3793 /sci-mathematics/flint | |
parent | app-emulation/vkd3d-proton: sync live (diff) | |
download | gentoo-59a6e58a1fdeb4f6cc79e75d01ed96fe42b579ae.tar.gz gentoo-59a6e58a1fdeb4f6cc79e75d01ed96fe42b579ae.tar.bz2 gentoo-59a6e58a1fdeb4f6cc79e75d01ed96fe42b579ae.zip |
sci-mathematics/flint: Stabilize 2.9.0 arm64, #918175
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-mathematics/flint')
-rw-r--r-- | sci-mathematics/flint/flint-2.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/flint/flint-2.9.0.ebuild b/sci-mathematics/flint/flint-2.9.0.ebuild index 494339dd488e..8294eb140a41 100644 --- a/sci-mathematics/flint/flint-2.9.0.ebuild +++ b/sci-mathematics/flint/flint-2.9.0.ebuild @@ -21,7 +21,7 @@ LICENSE="LGPL-2.1+" # Based off the soname, e.g. /usr/lib64/libflint.so -> libflint.so.15 SLOT="0/17" -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 )" |