Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/binwalk/
Date: Sun, 28 Feb 2021 12:22:09
Message-Id: 1614514915.805eea0bb9ba5da12bffc6b1b7f7788960f6da8b.slyfox@gentoo
1 commit: 805eea0bb9ba5da12bffc6b1b7f7788960f6da8b
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 12:18:58 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 12:21:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=805eea0b
7
8 app-misc/binwalk: keyworded 2.2.0 for ppc
9
10 keyworded wrt bug #773124
11
12 Package-Manager: Portage-3.0.16, Repoman-3.0.2
13 RepoMan-Options: --include-arches="ppc"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 app-misc/binwalk/binwalk-2.2.0.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-misc/binwalk/binwalk-2.2.0.ebuild b/app-misc/binwalk/binwalk-2.2.0.ebuild
20 index 5bafa3ef861..b396cddd232 100644
21 --- a/app-misc/binwalk/binwalk-2.2.0.ebuild
22 +++ b/app-misc/binwalk/binwalk-2.2.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
30 inherit git-r3
31 else
32 SRC_URI="https://github.com/ReFirmLabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33 - KEYWORDS="amd64 arm64 ppc64 x86 ~x64-macos"
34 + KEYWORDS="amd64 arm64 ~ppc ppc64 x86 ~x64-macos"
35 fi
36
37 DESCRIPTION="A tool for identifying files embedded inside firmware images"