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 E80F3138359 for ; Sun, 27 Sep 2020 16:10:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24EB7E07A7; Sun, 27 Sep 2020 16:10:47 +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 06561E07A7 for ; Sun, 27 Sep 2020 16:10:46 +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 85472335D8E for ; Sun, 27 Sep 2020 16:10:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA3C4339 for ; Sun, 27 Sep 2020 16:10:43 +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: <1601223023.b17707e22c164de7060c23aba4df680b155dac9e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/diffmask/diffmask-0.3.3-r4.ebuild X-VCS-Directories: app-portage/diffmask/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b17707e22c164de7060c23aba4df680b155dac9e X-VCS-Branch: master Date: Sun, 27 Sep 2020 16:10:43 +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: 0347d9e9-a5f0-4e2a-a809-5bbee0524a36 X-Archives-Hash: e69202a790fb418af8092b968e491dae commit: b17707e22c164de7060c23aba4df680b155dac9e Author: Sam James gentoo org> AuthorDate: Sun Sep 27 16:10:23 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 27 16:10:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17707e2 app-portage/diffmask: Keyword 0.3.3-r4 arm64, #741792 Signed-off-by: Sam James gentoo.org> app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild index 24c622a843e..f5a119c2412 100644 --- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild +++ b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/diffmask/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~mips ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]"