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 ECAC113835A for ; Mon, 15 Mar 2021 06:36:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47414E087C; Mon, 15 Mar 2021 06:36: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 19C76E087C for ; Mon, 15 Mar 2021 06:36: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 2678E340E13 for ; Mon, 15 Mar 2021 06:36:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91DDA478 for ; Mon, 15 Mar 2021 06:36:05 +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: <1615790160.d4113bee193cf919b75ebbb91925a9ef17daf378.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/entr/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/entr/entr-4.6.ebuild X-VCS-Directories: app-admin/entr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d4113bee193cf919b75ebbb91925a9ef17daf378 X-VCS-Branch: master Date: Mon, 15 Mar 2021 06:36:05 +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: 0b472df8-b3a3-4be5-be7c-9e670cc4f0f5 X-Archives-Hash: 108048972334ba7e579b8330b30856cd commit: d4113bee193cf919b75ebbb91925a9ef17daf378 Author: Sam James gentoo org> AuthorDate: Mon Mar 15 06:35:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 15 06:36:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4113bee app-admin/entr: Keyword 4.6 arm64, #775674 Signed-off-by: Sam James gentoo.org> app-admin/entr/entr-4.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/entr/entr-4.6.ebuild b/app-admin/entr/entr-4.6.ebuild index 6440b0ac600..e7caf098569 100644 --- a/app-admin/entr/entr-4.6.ebuild +++ b/app-admin/entr/entr-4.6.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 @@ -11,7 +11,7 @@ SRC_URI="http://entrproject.org/code/${P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm64 ppc ppc64 x86" IUSE="test" RESTRICT="!test? ( test )"