summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2018-04-06 12:53:56 +0200
committerFabian Groffen <grobian@gentoo.org>2018-04-06 13:05:04 +0200
commitd9df64e6826e69ba51dabce3d2608f22f5a67ec8 (patch)
tree7ee95c9b452a219ebaab94515a50a6f5a13b4826 /app-misc/binwalk/binwalk-9999.ebuild
parentdev-python/backports-lzma: marked ~x64-macos, bug #650848 (diff)
downloadgentoo-d9df64e6826e69ba51dabce3d2608f22f5a67ec8.tar.gz
gentoo-d9df64e6826e69ba51dabce3d2608f22f5a67ec8.tar.bz2
gentoo-d9df64e6826e69ba51dabce3d2608f22f5a67ec8.zip
app-misc/binwalk: marked ~x64-macos, bug #650848
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-misc/binwalk/binwalk-9999.ebuild')
-rw-r--r--app-misc/binwalk/binwalk-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/binwalk/binwalk-9999.ebuild b/app-misc/binwalk/binwalk-9999.ebuild
index 4b5c50dcc0bc..4e8eaf67d0ef 100644
--- a/app-misc/binwalk/binwalk-9999.ebuild
+++ b/app-misc/binwalk/binwalk-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/devttys0/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~x86 ~x64-macos"
fi
DESCRIPTION="A tool for identifying files embedded inside firmware images"