diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-18 15:44:36 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-18 15:50:14 -0800 |
commit | d6ed3fbf24c0f4118264797656315d72ffb6b230 (patch) | |
tree | 9a272c66f2fb040d5bb48e3b9ed86e74d74584c6 /sci-mathematics | |
parent | sci-mathematics/euler: de-stabilize for ~ppc, bug #823768 (diff) | |
download | gentoo-d6ed3fbf24c0f4118264797656315d72ffb6b230.tar.gz gentoo-d6ed3fbf24c0f4118264797656315d72ffb6b230.tar.bz2 gentoo-d6ed3fbf24c0f4118264797656315d72ffb6b230.zip |
sci-mathematics/flint: de-stabilize for ~ppc, bug #823768
Bug: https://bugs.gentoo.org/823768
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/flint/flint-2.7.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/flint/flint-2.7.1-r1.ebuild b/sci-mathematics/flint/flint-2.7.1-r1.ebuild index 7086b59e6308..f8e7471260ea 100644 --- a/sci-mathematics/flint/flint-2.7.1-r1.ebuild +++ b/sci-mathematics/flint/flint-2.7.1-r1.ebuild @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1+" # Based off the soname, e.g. /usr/lib64/libflint.so -> libflint.so.15 SLOT="0/15" -KEYWORDS="amd64 ~arm ~arm64 ppc x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" IUSE="doc ntl test" RESTRICT="!test? ( test )" |