diff options
author | Sam James <sam@gentoo.org> | 2022-07-15 01:42:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-15 01:42:34 +0100 |
commit | f2611887f5b98ff67fc5317fcf6bfa9b569f92e1 (patch) | |
tree | 6d374c1b232e86c03f5285f2cd611c1a7446dc26 /app-forensics | |
parent | dev-python/filebytes: Stabilize 0.10.2 x86, #857957 (diff) | |
download | gentoo-f2611887f5b98ff67fc5317fcf6bfa9b569f92e1.tar.gz gentoo-f2611887f5b98ff67fc5317fcf6bfa9b569f92e1.tar.bz2 gentoo-f2611887f5b98ff67fc5317fcf6bfa9b569f92e1.zip |
app-forensics/yara: Stabilize 4.2.1 x86, #857969
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/yara/yara-4.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-forensics/yara/yara-4.2.1.ebuild b/app-forensics/yara/yara-4.2.1.ebuild index a4761519106a..9d8e6abae9ad 100644 --- a/app-forensics/yara/yara-4.2.1.ebuild +++ b/app-forensics/yara/yara-4.2.1.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${PV/_/-}" LICENSE="Apache-2.0" SLOT="0/8" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi IUSE="+dex +dotnet +cuckoo +macho +magic profiling python test" RESTRICT="!test? ( test )" |