commit: 2418eb7609b76d98857d3a31679d33520c4f7511
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 12 20:53:32 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 12 20:53:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2418eb76
app-forensics/yara: Stabilize 4.5.4 x86, #962689
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-forensics/yara/yara-4.5.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-forensics/yara/yara-4.5.4.ebuild
b/app-forensics/yara/yara-4.5.4.ebuild
index bbcd2959cf82..029929fa55a3 100644
--- a/app-forensics/yara/yara-4.5.4.ebuild
+++ b/app-forensics/yara/yara-4.5.4.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"