From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1328748-garchives=archives.gentoo.org@lists.gentoo.org>
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 94378158086
	for <garchives@archives.gentoo.org>; Sun, 10 Oct 2021 02:20:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 85380E0884;
	Sun, 10 Oct 2021 02:20:15 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 6E419E0884
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Oct 2021 02:20:15 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B0286342EAA
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Oct 2021 02:20:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AEF5A14D
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Oct 2021 02:20:07 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1633832327.c17c2a4df2ae4f6e402c20df508156ceb8dbfdd4.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/iotop-c/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-process/iotop-c/iotop-c-1.20.ebuild
X-VCS-Directories: sys-process/iotop-c/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: c17c2a4df2ae4f6e402c20df508156ceb8dbfdd4
X-VCS-Branch: master
Date: Sun, 10 Oct 2021 02:20:07 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d57a8c78-a106-4fb2-8566-5e089a928f41
X-Archives-Hash: b1559bc8c1e827e8c5864a5b33fb6c4a

commit:     c17c2a4df2ae4f6e402c20df508156ceb8dbfdd4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 02:18:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 02:18:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17c2a4d

sys-process/iotop-c: Keyword 1.20 arm64, #816960

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/iotop-c/iotop-c-1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/iotop-c/iotop-c-1.20.ebuild b/sys-process/iotop-c/iotop-c-1.20.ebuild
index b6d52c5d05f..276f22bb604 100644
--- a/sys-process/iotop-c/iotop-c-1.20.ebuild
+++ b/sys-process/iotop-c/iotop-c-1.20.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/iotop-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="sys-libs/ncurses:=
 	!sys-process/iotop"