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 97E7E138359 for ; Sun, 11 Oct 2020 20:17:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC4C7E0C27; Sun, 11 Oct 2020 20:17:13 +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 C0CF3E0C27 for ; Sun, 11 Oct 2020 20:17:13 +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 5C9B5335DB5 for ; Sun, 11 Oct 2020 20:17:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D677B36B for ; Sun, 11 Oct 2020 20:17:09 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1602447316.7b12806def54fecb5f7b11d43c88f272d76a6d96.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wol/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/wol/wol-0.7.1-r2.ebuild X-VCS-Directories: net-misc/wol/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7b12806def54fecb5f7b11d43c88f272d76a6d96 X-VCS-Branch: master Date: Sun, 11 Oct 2020 20:17:09 +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: 4dcafded-8479-40d2-9d93-f9bf932e6e29 X-Archives-Hash: 73e7f579393e12277ba3e2ec45b04d05 commit: 7b12806def54fecb5f7b11d43c88f272d76a6d96 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Oct 11 19:35:45 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Oct 11 20:15:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b12806d net-misc/wol: add ~arm64 keyword Tested on arm64 chroot at packet-at. All tests pass. Closes: https://bugs.gentoo.org/747616 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> net-misc/wol/wol-0.7.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/wol/wol-0.7.1-r2.ebuild b/net-misc/wol/wol-0.7.1-r2.ebuild index 67f55caf695..9bced4b712b 100644 --- a/net-misc/wol/wol-0.7.1-r2.ebuild +++ b/net-misc/wol/wol-0.7.1-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ahh/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 x86" +KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86" IUSE="nls" PATCHES=( "${FILESDIR}/${P}-musl.patch" )