diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:54:30 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:46:16 +0300 |
commit | 445bd0c0f7106c462d20408ff91c205974f3cbee (patch) | |
tree | e11653dda116be5c81854049632ca6b225543bf8 /sci-mathematics | |
parent | sci-mathematics/flint: destabilize for ~x86 (diff) | |
download | gentoo-445bd0c0f7106c462d20408ff91c205974f3cbee.tar.gz gentoo-445bd0c0f7106c462d20408ff91c205974f3cbee.tar.bz2 gentoo-445bd0c0f7106c462d20408ff91c205974f3cbee.zip |
sci-mathematics/flintqs: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/flintqs/flintqs-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/flintqs/flintqs-1.0.ebuild b/sci-mathematics/flintqs/flintqs-1.0.ebuild index 97d6af6c68b9..c03f6b1227a3 100644 --- a/sci-mathematics/flintqs/flintqs-1.0.ebuild +++ b/sci-mathematics/flintqs/flintqs-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="http://files.sagemath.org/spkg/upstream/${PN}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="" DEPEND="dev-libs/gmp:=" |