From 50ccbc398ffacad5d4dcedc07c766f29c0e7dc1f Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Mon, 3 Feb 2025 21:57:08 +0100 Subject: [PATCH] app-forensics/yara-x: drop x86 keywords cranelift crate does not support x86 keyword Closes: https://bugs.gentoo.org/938661 Closes: https://bugs.gentoo.org/947795 Signed-off-by: Mario Haustein Closes: https://github.com/gentoo/gentoo/pull/40430 Signed-off-by: Sam James --- app-forensics/yara-x/yara-x-0.10.0.ebuild | 5 +++-- app-forensics/yara-x/yara-x-0.11.1.ebuild | 5 +++-- app-forensics/yara-x/yara-x-0.12.0.ebuild | 3 ++- app-forensics/yara-x/yara-x-0.5.0-r1.ebuild | 5 +++-- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/app-forensics/yara-x/yara-x-0.10.0.ebuild b/app-forensics/yara-x/yara-x-0.10.0.ebuild index 519ee81bc21df..b5e4da1469b25 100644 --- a/app-forensics/yara-x/yara-x-0.10.0.ebuild +++ b/app-forensics/yara-x/yara-x-0.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Autogenerated by pycargoebuild 0.13.3 @@ -512,7 +512,8 @@ LICENSE+=" " SLOT="0" -KEYWORDS="~amd64 ~x86" +# Note: cranelift dependency only supports amd64, arm64, s390, and riscv64 as of 2025 +KEYWORDS="~amd64" IUSE="python" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) diff --git a/app-forensics/yara-x/yara-x-0.11.1.ebuild b/app-forensics/yara-x/yara-x-0.11.1.ebuild index 0288b7b0a563c..0f78289ff1f16 100644 --- a/app-forensics/yara-x/yara-x-0.11.1.ebuild +++ b/app-forensics/yara-x/yara-x-0.11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Autogenerated by pycargoebuild 0.13.4 @@ -493,7 +493,8 @@ LICENSE+=" " SLOT="0" -KEYWORDS="~amd64 ~x86" +# Note: cranelift dependency only supports amd64, arm64, s390, and riscv64 as of 2025 +KEYWORDS="~amd64" IUSE="python" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) diff --git a/app-forensics/yara-x/yara-x-0.12.0.ebuild b/app-forensics/yara-x/yara-x-0.12.0.ebuild index 91380223eeb19..c42f7ff0a85af 100644 --- a/app-forensics/yara-x/yara-x-0.12.0.ebuild +++ b/app-forensics/yara-x/yara-x-0.12.0.ebuild @@ -501,7 +501,8 @@ LICENSE+=" " SLOT="0" -KEYWORDS="~amd64 ~x86" +# Note: cranelift dependency only supports amd64, arm64, s390, and riscv64 as of 2025 +KEYWORDS="~amd64" IUSE="python" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) diff --git a/app-forensics/yara-x/yara-x-0.5.0-r1.ebuild b/app-forensics/yara-x/yara-x-0.5.0-r1.ebuild index d658ac1b9717c..36550764a2895 100644 --- a/app-forensics/yara-x/yara-x-0.5.0-r1.ebuild +++ b/app-forensics/yara-x/yara-x-0.5.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -530,7 +530,8 @@ LICENSE+=" " SLOT="0" -KEYWORDS="amd64 ~x86" +# Note: cranelift dependency only supports amd64, arm64, s390, and riscv64 as of 2025 +KEYWORDS="amd64" IUSE="python" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} )