From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A609C1382C5 for ; Thu, 4 Mar 2021 04:24:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1210E08F1; Thu, 4 Mar 2021 04:24:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8BD9E08F1 for ; Thu, 4 Mar 2021 04:24:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C124333BE2F for ; Thu, 4 Mar 2021 04:24:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DC5C478 for ; Thu, 4 Mar 2021 04:24:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614831835.ff02a5ce03e8910a8d78aad53b85691a7ea9b95d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/binwalk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/binwalk/binwalk-2.2.0.ebuild X-VCS-Directories: app-misc/binwalk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ff02a5ce03e8910a8d78aad53b85691a7ea9b95d X-VCS-Branch: master Date: Thu, 4 Mar 2021 04:24:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1fce9394-3ed4-4921-adc9-6a3f3e27cc51 X-Archives-Hash: 2b20ce6ec00f9e2633bbaea886f83688 commit: ff02a5ce03e8910a8d78aad53b85691a7ea9b95d Author: Sam James gentoo org> AuthorDate: Thu Mar 4 04:23:55 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 4 04:23:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff02a5ce app-misc/binwalk: Keyword 2.2.0 arm, #773124 Signed-off-by: Sam James gentoo.org> app-misc/binwalk/binwalk-2.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/binwalk/binwalk-2.2.0.ebuild b/app-misc/binwalk/binwalk-2.2.0.ebuild index b396cddd232..6ddc96152b6 100644 --- a/app-misc/binwalk/binwalk-2.2.0.ebuild +++ b/app-misc/binwalk/binwalk-2.2.0.ebuild @@ -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 ~ppc ppc64 x86 ~x64-macos" + KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86 ~x64-macos" fi DESCRIPTION="A tool for identifying files embedded inside firmware images"