commit: df03452bc3d8a2803d13b0cd3a00024635d42172
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 20:58:34 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 20:58:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df03452b
app-misc/binwalk: Stabilize 2.4.3 arm, #947718
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/binwalk/binwalk-2.4.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/binwalk/binwalk-2.4.3.ebuild
b/app-misc/binwalk/binwalk-2.4.3.ebuild
index b0874ff39ee8..65d979ec5a28 100644
--- a/app-misc/binwalk/binwalk-2.4.3.ebuild
+++ b/app-misc/binwalk/binwalk-2.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/OSPG/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
+ KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
fi
DESCRIPTION="A tool for identifying files embedded inside firmware images"