diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-11 20:34:51 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-11 20:42:58 +0100 |
commit | d2ab41fd5ac714ab8dd6411fed7f6ef3e904f858 (patch) | |
tree | 0556a61acbb4b150651316764ef50af943c7d6a5 /app-misc/binwalk | |
parent | app-accessibility/speech-dispatcher: amd64 stable wrt bug #706146 (diff) | |
download | gentoo-d2ab41fd5ac714ab8dd6411fed7f6ef3e904f858.tar.gz gentoo-d2ab41fd5ac714ab8dd6411fed7f6ef3e904f858.tar.bz2 gentoo-d2ab41fd5ac714ab8dd6411fed7f6ef3e904f858.zip |
app-misc/binwalk: amd64 stable wrt bug #706146
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
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 a32600fbb9e8..abd2fc72d005 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" |