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 3C0A5138335 for ; Sun, 18 Nov 2018 11:27:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BEC9E0EFB; Sun, 18 Nov 2018 11:27:31 +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 430E3E0EFB for ; Sun, 18 Nov 2018 11:27:31 +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 2CD0C335C3D for ; Sun, 18 Nov 2018 11:27:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C45646D for ; Sun, 18 Nov 2018 11:27:28 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1542540442.931a6189b607c85a0d83ce84bb1f56cef36275d4.zlogene@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-r1.ebuild sys-boot/grub/grub-2.02-r2.ebuild sys-boot/grub/grub-2.02-r3.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 931a6189b607c85a0d83ce84bb1f56cef36275d4 X-VCS-Branch: master Date: Sun, 18 Nov 2018 11:27:28 +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: 9e10b5af-b8ce-4e1e-b85b-c2c7c91df893 X-Archives-Hash: 067f5c17cafd7137cdd68488c77892a2 commit: 931a6189b607c85a0d83ce84bb1f56cef36275d4 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Nov 18 11:26:54 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Nov 18 11:27:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=931a6189 sys-boot/grub: Add ~arm keyword wrt bug #548942 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sys-boot/grub/grub-2.02-r1.ebuild | 4 ++-- sys-boot/grub/grub-2.02-r2.ebuild | 4 ++-- sys-boot/grub/grub-2.02-r3.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-boot/grub/grub-2.02-r1.ebuild b/sys-boot/grub/grub-2.02-r1.ebuild index 8b9bd593a87..95b66ff669f 100644 --- a/sys-boot/grub/grub-2.02-r1.ebuild +++ b/sys-boot/grub/grub-2.02-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,7 +28,7 @@ if [[ ${PV} != 9999 ]]; then SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" S=${WORKDIR}/${P%_*} fi - KEYWORDS="amd64 ~arm64 x86" + KEYWORDS="amd64 ~arm ~arm64 x86" else inherit git-r3 EGIT_REPO_URI="git://git.sv.gnu.org/grub.git diff --git a/sys-boot/grub/grub-2.02-r2.ebuild b/sys-boot/grub/grub-2.02-r2.ebuild index 01c56fe388a..0075aa08c23 100644 --- a/sys-boot/grub/grub-2.02-r2.ebuild +++ b/sys-boot/grub/grub-2.02-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,7 +28,7 @@ if [[ ${PV} != 9999 ]]; then SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" S=${WORKDIR}/${P%_*} fi - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" else inherit git-r3 EGIT_REPO_URI="git://git.sv.gnu.org/grub.git diff --git a/sys-boot/grub/grub-2.02-r3.ebuild b/sys-boot/grub/grub-2.02-r3.ebuild index 2295c88af72..f40c9c79529 100644 --- a/sys-boot/grub/grub-2.02-r3.ebuild +++ b/sys-boot/grub/grub-2.02-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -28,7 +28,7 @@ if [[ ${PV} != 9999 ]]; then SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" S=${WORKDIR}/${P%_*} fi - KEYWORDS="~amd64 ~arm64 ppc ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~x86" else inherit git-r3 EGIT_REPO_URI="git://git.sv.gnu.org/grub.git