diff options
author | 2021-02-28 12:18:58 +0000 | |
---|---|---|
committer | 2021-02-28 12:21:55 +0000 | |
commit | 805eea0bb9ba5da12bffc6b1b7f7788960f6da8b (patch) | |
tree | 378c14140b233d81be67c303470edd3dec7e97c9 /app-misc/binwalk | |
parent | dev-embedded/u-boot-tools: keyworded 2021.04_rc2 for ppc (diff) | |
download | gentoo-805eea0bb9ba5da12bffc6b1b7f7788960f6da8b.tar.gz gentoo-805eea0bb9ba5da12bffc6b1b7f7788960f6da8b.tar.bz2 gentoo-805eea0bb9ba5da12bffc6b1b7f7788960f6da8b.zip |
app-misc/binwalk: keyworded 2.2.0 for ppc
keyworded wrt bug #773124
Package-Manager: Portage-3.0.16, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-misc/binwalk')
-rw-r--r-- | app-misc/binwalk/binwalk-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/binwalk/binwalk-2.2.0.ebuild b/app-misc/binwalk/binwalk-2.2.0.ebuild index 5bafa3ef8610..b396cddd2323 100644 --- a/app-misc/binwalk/binwalk-2.2.0.ebuild +++ b/app-misc/binwalk/binwalk-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,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 arm64 ppc64 x86 ~x64-macos" + KEYWORDS="amd64 arm64 ~ppc ppc64 x86 ~x64-macos" fi DESCRIPTION="A tool for identifying files embedded inside firmware images" |