Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/yara/
Date: Wed, 28 Sep 2022 06:31:20
Message-Id: 1664346638.433440ccbf5861ef1da0c68d825fa0954834b6b2.jsmolic@gentoo
1 commit: 433440ccbf5861ef1da0c68d825fa0954834b6b2
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 06:30:38 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 06:30:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=433440cc
7
8 app-forensics/yara: Stabilize 4.2.3 amd64, #873226
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 app-forensics/yara/yara-4.2.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-forensics/yara/yara-4.2.3.ebuild b/app-forensics/yara/yara-4.2.3.ebuild
16 index 195e5d1d5843..8d1ade7e3eb1 100644
17 --- a/app-forensics/yara/yara-4.2.3.ebuild
18 +++ b/app-forensics/yara/yara-4.2.3.ebuild
19 @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${PV/_/-}"
20 LICENSE="Apache-2.0"
21 SLOT="0/8"
22 if [[ ${PV} != *_rc* ]] ; then
23 - KEYWORDS="~amd64 ~ppc64 ~x86"
24 + KEYWORDS="amd64 ~ppc64 ~x86"
25 fi
26 IUSE="+dex +dotnet +cuckoo +macho +magic profiling python test"
27 RESTRICT="!test? ( test )"