app-misc/binwalk: marked ~x64-macos, bug #650848
authorFabian Groffen <grobian@gentoo.org>
Fri, 6 Apr 2018 10:53:56 +0000 (12:53 +0200)
committerFabian Groffen <grobian@gentoo.org>
Fri, 6 Apr 2018 11:05:04 +0000 (13:05 +0200)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-misc/binwalk/binwalk-2.1.1.ebuild
app-misc/binwalk/binwalk-9999.ebuild

index 5bd6562744d1734e3b2b3da5f08adcd335c2039b..fd5e23c758345df437591c325181e85d218305a4 100644 (file)
@@ -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"
index 4b5c50dcc0bc0d5adb8af10534c727737c667403..4e8eaf67d0efa1a4896ffd5e35eaba601e60eb6e 100644 (file)
@@ -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"