diff options
author | Sam James <sam@gentoo.org> | 2022-08-04 01:11:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-04 01:11:30 +0100 |
commit | 47e09e207e5847c162116824eefc0de6338375fc (patch) | |
tree | bd8e960be39f4ff27a21e9df27088efe9ab78615 /app-forensics | |
parent | dev-db/sqlmap: Stabilize 1.6.6 amd64, #863464 (diff) | |
download | gentoo-47e09e207e5847c162116824eefc0de6338375fc.tar.gz gentoo-47e09e207e5847c162116824eefc0de6338375fc.tar.bz2 gentoo-47e09e207e5847c162116824eefc0de6338375fc.zip |
app-forensics/yara: Stabilize 4.2.2 amd64, #863470
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/yara/yara-4.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-forensics/yara/yara-4.2.2.ebuild b/app-forensics/yara/yara-4.2.2.ebuild index cf8905b87957..d51c2cca76e5 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 )" |