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 90FF7139694 for ; Tue, 14 Feb 2017 15:42:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA08B21C08F; Tue, 14 Feb 2017 15:42:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB4DF21C08F for ; Tue, 14 Feb 2017 15:42:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D81CF3409C1 for ; Tue, 14 Feb 2017 15:42:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F86A47AD for ; Tue, 14 Feb 2017 15:42:30 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1487086945.e412c3342d88400b3a69dd8c9ff6c6d08f169761.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/grub/grub-2.02_rc1.ebuild sys-boot/grub/grub-9999.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: e412c3342d88400b3a69dd8c9ff6c6d08f169761 X-VCS-Branch: master Date: Tue, 14 Feb 2017 15:42:30 +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-Archives-Salt: 38586f6e-7dd1-42d6-8fe9-61cb39276d89 X-Archives-Hash: 2f2bbc301cc015da4b0be30f325db341 commit: e412c3342d88400b3a69dd8c9ff6c6d08f169761 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Feb 13 23:51:48 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Feb 14 15:42:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e412c334 sys-boot/grub: add ~arm64. Runtime testing performed on Lenovo CaviumX thanks to Packet.net. Package-Manager: portage-2.3.2 Signed-off-by: Robin H. Johnson gentoo.org> sys-boot/grub/grub-2.02_rc1.ebuild | 2 +- sys-boot/grub/grub-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/grub/grub-2.02_rc1.ebuild b/sys-boot/grub/grub-2.02_rc1.ebuild index 5588e17754..7409bfd4ff 100644 --- a/sys-boot/grub/grub-2.02_rc1.ebuild +++ b/sys-boot/grub/grub-2.02_rc1.ebuild @@ -26,7 +26,7 @@ if [[ ${PV} != 9999 ]]; then SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" S=${WORKDIR}/${P%_*} fi - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" else inherit git-r3 EGIT_REPO_URI="git://git.sv.gnu.org/grub.git diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 5588e17754..7409bfd4ff 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -26,7 +26,7 @@ if [[ ${PV} != 9999 ]]; then SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" S=${WORKDIR}/${P%_*} fi - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" else inherit git-r3 EGIT_REPO_URI="git://git.sv.gnu.org/grub.git