summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-30 03:27:36 +0000
committerSam James <sam@gentoo.org>2023-01-30 03:27:36 +0000
commitac7ed1bf2922230ac403f1b3afe6ef62d6354108 (patch)
tree758a5ae91e9bdcebaf1375625d63cd67a52303c2
parentdev-db/mongodb: fix build w/ gcc 13 (diff)
downloadgentoo-ac7ed1bf.tar.gz
gentoo-ac7ed1bf.tar.bz2
gentoo-ac7ed1bf.zip
app-forensics/yara: Keyword 4.2.3 arm64, #892543
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-forensics/yara/yara-4.2.3.ebuild2
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 )"