diff options
author | Sam James <sam@gentoo.org> | 2023-01-30 03:27:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-30 03:27:36 +0000 |
commit | ac7ed1bf2922230ac403f1b3afe6ef62d6354108 (patch) | |
tree | 758a5ae91e9bdcebaf1375625d63cd67a52303c2 /app-forensics | |
parent | dev-db/mongodb: fix build w/ gcc 13 (diff) | |
download | gentoo-ac7ed1bf2922230ac403f1b3afe6ef62d6354108.tar.gz gentoo-ac7ed1bf2922230ac403f1b3afe6ef62d6354108.tar.bz2 gentoo-ac7ed1bf2922230ac403f1b3afe6ef62d6354108.zip |
app-forensics/yara: Keyword 4.2.3 arm64, #892543
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/yara/yara-4.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-forensics/yara/yara-4.2.3.ebuild b/app-forensics/yara/yara-4.2.3.ebuild index d22595e779f4..f50ed36b2488 100644 --- a/app-forensics/yara/yara-4.2.3.ebuild +++ b/app-forensics/yara/yara-4.2.3.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 ~arm64 ~ppc64 x86" fi IUSE="+dex +dotnet +cuckoo +macho +magic profiling python test" RESTRICT="!test? ( test )" |