diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:51:40 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:46:01 +0300 |
commit | a3bb4c6e7e5c01095fc06ab0695d52719bc160bf (patch) | |
tree | b96db0ab869703d2648f798785c2c3c36c62cefb /sci-libs/givaro | |
parent | sci-libs/gamer: destabilize for ~x86 (diff) | |
download | gentoo-a3bb4c6e7e5c01095fc06ab0695d52719bc160bf.tar.gz gentoo-a3bb4c6e7e5c01095fc06ab0695d52719bc160bf.tar.bz2 gentoo-a3bb4c6e7e5c01095fc06ab0695d52719bc160bf.zip |
sci-libs/givaro: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/givaro')
-rw-r--r-- | sci-libs/givaro/givaro-4.1.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/givaro/givaro-4.1.1-r3.ebuild b/sci-libs/givaro/givaro-4.1.1-r3.ebuild index 9a656f56f2a1..86922d8736ca 100644 --- a/sci-libs/givaro/givaro-4.1.1-r3.ebuild +++ b/sci-libs/givaro/givaro-4.1.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/linbox-team/givaro/releases/download/v${PV}/${P}.tar LICENSE="CeCILL-B" SLOT="0/9" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="cpu_flags_x86_fma3 cpu_flags_x86_fma4 cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2 doc static-libs test" RESTRICT="!test? ( test )" |