From a9ecbf671434326ffb8addf7ddf4d47373cd174c Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 4 Aug 2022 01:12:30 +0100 Subject: [PATCH] app-forensics/yara: Stabilize 4.2.2 x86, #863470 Signed-off-by: Sam James --- app-forensics/yara/yara-4.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-forensics/yara/yara-4.2.2.ebuild b/app-forensics/yara/yara-4.2.2.ebuild index d51c2cca76e55..2c2cc68a11abf 100644 --- a/app-forensics/yara/yara-4.2.2.ebuild +++ b/app-forensics/yara/yara-4.2.2.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${PV/_/-}" LICENSE="Apache-2.0" SLOT="0/8" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="amd64 ~ppc64 ~x86" + KEYWORDS="amd64 ~ppc64 x86" fi IUSE="+dex +dotnet +cuckoo +macho +magic profiling python test" RESTRICT="!test? ( test )"