diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:54:27 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:46:16 +0300 |
commit | e1f15685c93275477eefa3f620e651cf866cbf78 (patch) | |
tree | bd978adc8947adf31786d087cddc1fba887f7104 /sci-mathematics/flint | |
parent | sci-mathematics/euler: destabilize for ~x86 (diff) | |
download | gentoo-e1f15685c93275477eefa3f620e651cf866cbf78.tar.gz gentoo-e1f15685c93275477eefa3f620e651cf866cbf78.tar.bz2 gentoo-e1f15685c93275477eefa3f620e651cf866cbf78.zip |
sci-mathematics/flint: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-mathematics/flint')
-rw-r--r-- | sci-mathematics/flint/flint-2.8.4.ebuild | 2 | ||||
-rw-r--r-- | sci-mathematics/flint/flint-2.9.0.ebuild | 2 |
2 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 a9e0256cfbec..3e3f1fd68fe8 100644 --- a/sci-mathematics/flint/flint-2.8.4.ebuild +++ b/sci-mathematics/flint/flint-2.8.4.ebuild @@ -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 )" diff --git a/sci-mathematics/flint/flint-2.9.0.ebuild b/sci-mathematics/flint/flint-2.9.0.ebuild index 5a8694e18bfc..5a1fb677b0b8 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 )" |