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 6ADE813835A for ; Sun, 13 Dec 2020 07:42:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AE3DE0932; Sun, 13 Dec 2020 07:42:04 +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 72CF2E0932 for ; Sun, 13 Dec 2020 07:42:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DAD0B34108C for ; Sun, 13 Dec 2020 07:42:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C36355 for ; Sun, 13 Dec 2020 07:42:01 +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: <1607844944.585566fc73ca8250ef14f1004327a43c4e6ea772.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-r3.ebuild X-VCS-Directories: net-misc/wakeonlan/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 585566fc73ca8250ef14f1004327a43c4e6ea772 X-VCS-Branch: master Date: Sun, 13 Dec 2020 07:42:01 +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: 93ce86cf-0185-4f22-a60d-e12028f23c7c X-Archives-Hash: c9d42c7e83c92387bf9a568fd090e6c5 commit: 585566fc73ca8250ef14f1004327a43c4e6ea772 Author: Sam James gentoo org> AuthorDate: Sun Dec 13 07:35:44 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 13 07:35:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585566fc net-misc/wakeonlan: arm stable (bug #757237) Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> net-misc/wakeonlan/wakeonlan-0.41-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/wakeonlan/wakeonlan-0.41-r3.ebuild b/net-misc/wakeonlan/wakeonlan-0.41-r3.ebuild index 3033294e61c..6106c0a1011 100644 --- a/net-misc/wakeonlan/wakeonlan-0.41-r3.ebuild +++ b/net-misc/wakeonlan/wakeonlan-0.41-r3.ebuild @@ -11,7 +11,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 ppc sparc x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="virtual/perl-ExtUtils-MakeMaker"