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 B136713835C for ; Mon, 26 Apr 2021 10:34:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5C43E08C8; Mon, 26 Apr 2021 10:34:08 +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 BDBD1E08C8 for ; Mon, 26 Apr 2021 10:34:08 +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 C5E8F341472 for ; Mon, 26 Apr 2021 10:34:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D322F735 for ; Mon, 26 Apr 2021 10:34:04 +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: <1619433017.f57318244cc38c13f47c5190e7e6f91be856a968.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.3.1.ebuild X-VCS-Directories: app-misc/binwalk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f57318244cc38c13f47c5190e7e6f91be856a968 X-VCS-Branch: master Date: Mon, 26 Apr 2021 10:34:04 +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: bca653b2-f2fd-4469-b17a-ce0b4035667a X-Archives-Hash: 4ebec807f34ebf8781842bcacf18f131 commit: f57318244cc38c13f47c5190e7e6f91be856a968 Author: Sam James gentoo org> AuthorDate: Mon Apr 26 10:30:17 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 26 10:30:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5731824 app-misc/binwalk: Stabilize 2.3.1 x86, #785277 Signed-off-by: Sam James gentoo.org> app-misc/binwalk/binwalk-2.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/binwalk/binwalk-2.3.1.ebuild b/app-misc/binwalk/binwalk-2.3.1.ebuild index 1f29ed57770..8d08a674a9b 100644 --- a/app-misc/binwalk/binwalk-2.3.1.ebuild +++ b/app-misc/binwalk/binwalk-2.3.1.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 ~arm 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"