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 463E31382C5 for ; Tue, 19 Jan 2021 19:17:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98188E0896; Tue, 19 Jan 2021 19:17:21 +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 7F2FEE0896 for ; Tue, 19 Jan 2021 19:17:21 +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 8A38B340DF5 for ; Tue, 19 Jan 2021 19:17:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBF6E4A4 for ; Tue, 19 Jan 2021 19:17:16 +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: <1611083831.9eb70069ac02e8bd2aace39593ede6cfdb03d6ea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wakeonlan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/wakeonlan/wakeonlan-0.41-r4.ebuild X-VCS-Directories: net-misc/wakeonlan/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9eb70069ac02e8bd2aace39593ede6cfdb03d6ea X-VCS-Branch: master Date: Tue, 19 Jan 2021 19:17:16 +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: 690924d7-f328-41b0-9731-c75022af04c9 X-Archives-Hash: dc08ef729eee34c08159d6638c59910d commit: 9eb70069ac02e8bd2aace39593ede6cfdb03d6ea Author: Sam James gentoo org> AuthorDate: Tue Jan 19 19:16:24 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 19 19:17:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb70069 net-misc/wakeonlan: Keyword 0.41-r4 arm64, #764665 Signed-off-by: Sam James gentoo.org> net-misc/wakeonlan/wakeonlan-0.41-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/wakeonlan/wakeonlan-0.41-r4.ebuild b/net-misc/wakeonlan/wakeonlan-0.41-r4.ebuild index 34b627cabd7..ecdc7b99771 100644 --- a/net-misc/wakeonlan/wakeonlan-0.41-r4.ebuild +++ b/net-misc/wakeonlan/wakeonlan-0.41-r4.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/jpoliv/wakeonlan/archive/${P}.tar.gz" LICENSE="Artistic GPL-2" SLOT="0" -KEYWORDS="amd64 arm ppc sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ~arm64 ppc sparc x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="virtual/perl-ExtUtils-MakeMaker"