From 53decc8ba264b1a7fe6dc9d81a1e3da628b413ce Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Fri, 19 Apr 2024 13:06:39 +0100 Subject: [PATCH] dev-libs/isa-l: keyword 2.31.0 for -x86 Still broken on this arch. Come to think of it, I think I only re-keyworded 2.31.0 for ~x86 by mistake during the version bump. See commit 1ee253aa6283cbe750d69e62e44fc82d8cc18bfc for the original reasoning. Closes: https://bugs.gentoo.org/930244 Signed-off-by: Marek Szuba --- dev-libs/isa-l/isa-l-2.31.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/isa-l/isa-l-2.31.0.ebuild b/dev-libs/isa-l/isa-l-2.31.0.ebuild index 2ba069c9d386a..a8bd9bde2c956 100644 --- a/dev-libs/isa-l/isa-l-2.31.0.ebuild +++ b/dev-libs/isa-l/isa-l-2.31.0.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