Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/
Date: Sun, 18 Nov 2018 11:27:32
Message-Id: 1542540442.931a6189b607c85a0d83ce84bb1f56cef36275d4.zlogene@gentoo
1 commit: 931a6189b607c85a0d83ce84bb1f56cef36275d4
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 18 11:26:54 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 18 11:27:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=931a6189
7
8 sys-boot/grub: Add ~arm keyword wrt bug #548942
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-boot/grub/grub-2.02-r1.ebuild | 4 ++--
14 sys-boot/grub/grub-2.02-r2.ebuild | 4 ++--
15 sys-boot/grub/grub-2.02-r3.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/sys-boot/grub/grub-2.02-r1.ebuild b/sys-boot/grub/grub-2.02-r1.ebuild
19 index 8b9bd593a87..95b66ff669f 100644
20 --- a/sys-boot/grub/grub-2.02-r1.ebuild
21 +++ b/sys-boot/grub/grub-2.02-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -28,7 +28,7 @@ if [[ ${PV} != 9999 ]]; then
29 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
30 S=${WORKDIR}/${P%_*}
31 fi
32 - KEYWORDS="amd64 ~arm64 x86"
33 + KEYWORDS="amd64 ~arm ~arm64 x86"
34 else
35 inherit git-r3
36 EGIT_REPO_URI="git://git.sv.gnu.org/grub.git
37
38 diff --git a/sys-boot/grub/grub-2.02-r2.ebuild b/sys-boot/grub/grub-2.02-r2.ebuild
39 index 01c56fe388a..0075aa08c23 100644
40 --- a/sys-boot/grub/grub-2.02-r2.ebuild
41 +++ b/sys-boot/grub/grub-2.02-r2.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 1999-2018 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -28,7 +28,7 @@ if [[ ${PV} != 9999 ]]; then
49 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
50 S=${WORKDIR}/${P%_*}
51 fi
52 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
53 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
54 else
55 inherit git-r3
56 EGIT_REPO_URI="git://git.sv.gnu.org/grub.git
57
58 diff --git a/sys-boot/grub/grub-2.02-r3.ebuild b/sys-boot/grub/grub-2.02-r3.ebuild
59 index 2295c88af72..f40c9c79529 100644
60 --- a/sys-boot/grub/grub-2.02-r3.ebuild
61 +++ b/sys-boot/grub/grub-2.02-r3.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2018 Gentoo Foundation
64 +# Copyright 1999-2018 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI="6"
68 @@ -28,7 +28,7 @@ if [[ ${PV} != 9999 ]]; then
69 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
70 S=${WORKDIR}/${P%_*}
71 fi
72 - KEYWORDS="~amd64 ~arm64 ppc ppc64 ~x86"
73 + KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~x86"
74 else
75 inherit git-r3
76 EGIT_REPO_URI="git://git.sv.gnu.org/grub.git