commit:     50ccbc398ffacad5d4dcedc07c766f29c0e7dc1f
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Mon Feb  3 20:57:08 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 16:34:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ccbc39

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 <mario.haustein <AT> hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/40430
Signed-off-by: Sam James <sam <AT> gentoo.org>

 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 519ee81bc21d..b5e4da1469b2 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 0288b7b0a563..0f78289ff1f1 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 91380223eeb1..c42f7ff0a85a 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 d658ac1b9717..36550764a289 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} )

Reply via email to