commit: 433440ccbf5861ef1da0c68d825fa0954834b6b2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Wed Sep 28 06:30:38 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Wed Sep 28 06:30:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=433440cc
app-forensics/yara: Stabilize 4.2.3 amd64, #873226 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> app-forensics/yara/yara-4.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-forensics/yara/yara-4.2.3.ebuild b/app-forensics/yara/yara-4.2.3.ebuild index 195e5d1d5843..8d1ade7e3eb1 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 ~ppc64 ~x86" fi IUSE="+dex +dotnet +cuckoo +macho +magic profiling python test" RESTRICT="!test? ( test )"