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 C3F311382C5 for ; Tue, 23 Mar 2021 21:37:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8812E0801; Tue, 23 Mar 2021 21:37:00 +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 CBC95E0801 for ; Tue, 23 Mar 2021 21:37:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8FEBF335D1A for ; Tue, 23 Mar 2021 21:36:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E152A4F1 for ; Tue, 23 Mar 2021 21:36:57 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1616535395.9f5f9e45db61cb979b7043a011b8bcb0b660ea40.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/binwalk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/binwalk/binwalk-9999.ebuild X-VCS-Directories: app-misc/binwalk/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 9f5f9e45db61cb979b7043a011b8bcb0b660ea40 X-VCS-Branch: master Date: Tue, 23 Mar 2021 21:36:57 +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: 8728fb4a-8720-441a-8ff3-df05aa195637 X-Archives-Hash: da9f251ca1ce4d4c9468ae8bc81133f7 commit: 9f5f9e45db61cb979b7043a011b8bcb0b660ea40 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Mar 23 21:19:28 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Mar 23 21:36:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5f9e45 app-misc/binwalk: sync live ebuild keywords Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev gentoo.org> app-misc/binwalk/binwalk-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/binwalk/binwalk-9999.ebuild b/app-misc/binwalk/binwalk-9999.ebuild index 9aae5e3d511..6ddc96152b6 100644 --- a/app-misc/binwalk/binwalk-9999.ebuild +++ b/app-misc/binwalk/binwalk-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~ppc64 ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86 ~x64-macos" fi DESCRIPTION="A tool for identifying files embedded inside firmware images"