commit: 1ee253aa6283cbe750d69e62e44fc82d8cc18bfc Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Thu Feb 1 09:20:22 2024 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Thu Feb 1 09:25:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee253aa
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 <marecki <AT> gentoo.org> 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 6cb8319addff..6e494ec705a8 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