diff options
author | Sam James <sam@gentoo.org> | 2022-07-15 01:44:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-15 01:44:08 +0100 |
commit | 015ae819edc6f861f6d779bc6598dbf68501c9d1 (patch) | |
tree | c172db3e8e10dff815c7b1d0081d8850c45fb19b /app-forensics | |
parent | dev-python/python-ptrace: Stabilize 0.9.8 amd64, #857963 (diff) | |
download | gentoo-015ae819edc6f861f6d779bc6598dbf68501c9d1.tar.gz gentoo-015ae819edc6f861f6d779bc6598dbf68501c9d1.tar.bz2 gentoo-015ae819edc6f861f6d779bc6598dbf68501c9d1.zip |
app-forensics/yara: Stabilize 4.2.1 amd64, #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 9d8e6abae9ad..b7af959baad0 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 )" |