From 1ee253aa6283cbe750d69e62e44fc82d8cc18bfc Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Thu, 1 Feb 2024 09:20:22 +0000 Subject: [PATCH] dev-libs/isa-l: keyword 2.30.0-r1 for -x86 Build failures. Test failures. Even if it did work, it would be rather slow because the workaround for the former involves disabling arch-optimised code paths. Upstream comments in the relevant issue suggest they do not particularly care for 32-bit PCs. Probably shouldn't have been keyworded for this arch in the first place. Bug: https://bugs.gentoo.org/923425 Signed-off-by: Marek Szuba --- dev-libs/isa-l/isa-l-2.30.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/isa-l/isa-l-2.30.0-r1.ebuild b/dev-libs/isa-l/isa-l-2.30.0-r1.ebuild index 6cb8319addfff..6e494ec705a85 100644 --- a/dev-libs/isa-l/isa-l-2.30.0-r1.ebuild +++ b/dev-libs/isa-l/isa-l-2.30.0-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/intel/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}. LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv -x86" IUSE="cpu_flags_x86_avx512f" # AVX512 support in yasm is still work in progress