summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-01-23 20:58:34 +0000
committerSam James <sam@gentoo.org>2025-01-23 20:58:34 +0000
commitdf03452bc3d8a2803d13b0cd3a00024635d42172 (patch)
treea14b5f4dfe87e202961692a658b8c6882ce63987 /app-misc
parentnet-libs/srt: Stabilize 1.5.3 arm64, #947691 (diff)
downloadgentoo-df03452bc3d8a2803d13b0cd3a00024635d42172.tar.gz
gentoo-df03452bc3d8a2803d13b0cd3a00024635d42172.tar.bz2
gentoo-df03452bc3d8a2803d13b0cd3a00024635d42172.zip
app-misc/binwalk: Stabilize 2.4.3 arm, #947718
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/binwalk/binwalk-2.4.3.ebuild4
1 files 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"