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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7987B158086 for ; Mon, 13 Dec 2021 02:06:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28DA32BC015; Mon, 13 Dec 2021 02:06:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BD782BC00A for ; Mon, 13 Dec 2021 02:06:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0F21343035 for ; Mon, 13 Dec 2021 02:06:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D53923F for ; Mon, 13 Dec 2021 02:06:24 +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: <1639361135.2e4cce0d3d9274ba3ff7034f0fbad5640ef695fd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/toybox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/toybox/toybox-0.8.5-r1.ebuild X-VCS-Directories: sys-apps/toybox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2e4cce0d3d9274ba3ff7034f0fbad5640ef695fd X-VCS-Branch: master Date: Mon, 13 Dec 2021 02:06:24 +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: 662a0aa9-f001-4203-bbcd-ce4d14a6866e X-Archives-Hash: 42de5db39d8037e680ea7cda742db8f4 commit: 2e4cce0d3d9274ba3ff7034f0fbad5640ef695fd Author: Sam James gentoo org> AuthorDate: Mon Dec 13 02:05:35 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 13 02:05:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4cce0d sys-apps/toybox: Keyword 0.8.5-r1 arm64, #828437 Signed-off-by: Sam James gentoo.org> sys-apps/toybox/toybox-0.8.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/toybox/toybox-0.8.5-r1.ebuild b/sys-apps/toybox/toybox-0.8.5-r1.ebuild index 888ca615d7a4..323c71ec6cc8 100644 --- a/sys-apps/toybox/toybox-0.8.5-r1.ebuild +++ b/sys-apps/toybox/toybox-0.8.5-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/landley/toybox.git" else SRC_URI="https://landley.net/code/toybox/downloads/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi DESCRIPTION="Common linux commands in a multicall binary"