summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-25 08:17:41 +0000
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-25 08:17:41 +0000
commit515de9743d128d18b2bbc3606d0898ad97573151 (patch)
tree09c13f7f1b2b29eba25b5fe933046c2326a120e2 /app-forensics
parentdev-python/Faker: Stabilize 18.9.0 ALLARCHES, #907159 (diff)
downloadgentoo-515de9743d128d18b2bbc3606d0898ad97573151.tar.gz
gentoo-515de9743d128d18b2bbc3606d0898ad97573151.tar.bz2
gentoo-515de9743d128d18b2bbc3606d0898ad97573151.zip
app-forensics/yara: Stabilize 4.3.1 amd64, #907152
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/yara/yara-4.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-forensics/yara/yara-4.3.1.ebuild b/app-forensics/yara/yara-4.3.1.ebuild
index acf23536f6c0..a3c3061bde51 100644
--- a/app-forensics/yara/yara-4.3.1.ebuild
+++ b/app-forensics/yara/yara-4.3.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
else
SRC_URI="https://github.com/virustotal/yara/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${PV/_/-}"
- KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
+ KEYWORDS="amd64 ~arm64 ~ppc64 x86"
fi
LICENSE="Apache-2.0"