Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/binwalk/
Date: Fri, 06 Apr 2018 11:05:20
Message-Id: 1523012704.d9df64e6826e69ba51dabce3d2608f22f5a67ec8.grobian@gentoo
1 commit: d9df64e6826e69ba51dabce3d2608f22f5a67ec8
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 10:53:56 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 11:05:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9df64e6
7
8 app-misc/binwalk: marked ~x64-macos, bug #650848
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-misc/binwalk/binwalk-2.1.1.ebuild | 4 ++--
13 app-misc/binwalk/binwalk-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-misc/binwalk/binwalk-2.1.1.ebuild b/app-misc/binwalk/binwalk-2.1.1.ebuild
17 index 5bd6562744d..fd5e23c7583 100644
18 --- a/app-misc/binwalk/binwalk-2.1.1.ebuild
19 +++ b/app-misc/binwalk/binwalk-2.1.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
27 inherit git-r3
28 else
29 SRC_URI="https://github.com/devttys0/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
30 - KEYWORDS="amd64 x86"
31 + KEYWORDS="amd64 x86 ~x64-macos"
32 fi
33
34 DESCRIPTION="A tool for identifying files embedded inside firmware images"
35
36 diff --git a/app-misc/binwalk/binwalk-9999.ebuild b/app-misc/binwalk/binwalk-9999.ebuild
37 index 4b5c50dcc0b..4e8eaf67d0e 100644
38 --- a/app-misc/binwalk/binwalk-9999.ebuild
39 +++ b/app-misc/binwalk/binwalk-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
47 inherit git-r3
48 else
49 SRC_URI="https://github.com/devttys0/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
50 - KEYWORDS="~amd64 ~x86"
51 + KEYWORDS="~amd64 ~x86 ~x64-macos"
52 fi
53
54 DESCRIPTION="A tool for identifying files embedded inside firmware images"