diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-11 20:46:08 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-11 20:46:08 +0100 |
commit | 6b5a9350d26ca2a392d51aea5aec128c9251225c (patch) | |
tree | 502313246dd4693a5cb2d06d129adbe63da3bb3d /app-misc/binwalk | |
parent | app-accessibility/speech-dispatcher: x86 stable wrt bug #706146 (diff) | |
download | gentoo-6b5a9350d26ca2a392d51aea5aec128c9251225c.tar.gz gentoo-6b5a9350d26ca2a392d51aea5aec128c9251225c.tar.bz2 gentoo-6b5a9350d26ca2a392d51aea5aec128c9251225c.zip |
app-misc/binwalk: x86 stable wrt bug #706146
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-misc/binwalk')
-rw-r--r-- | app-misc/binwalk/binwalk-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/binwalk/binwalk-2.2.0.ebuild b/app-misc/binwalk/binwalk-2.2.0.ebuild index abd2fc72d005..cb74823a4db2 100644 --- a/app-misc/binwalk/binwalk-2.2.0.ebuild +++ b/app-misc/binwalk/binwalk-2.2.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/ReFirmLabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~ppc64 ~x86 ~x64-macos" + KEYWORDS="amd64 ~ppc64 x86 ~x64-macos" fi DESCRIPTION="A tool for identifying files embedded inside firmware images" |