Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/
Date: Wed, 30 Jun 2021 10:55:25
Message-Id: 1625050518.be17dedfab83391a587c97ba9d45485963550308.ago@gentoo
1 commit: be17dedfab83391a587c97ba9d45485963550308
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 30 10:55:18 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 10:55:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be17dedf
7
8 sys-boot/grub: ppc stable wrt bug #799236
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-boot/grub/grub-2.06.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-boot/grub/grub-2.06.ebuild b/sys-boot/grub/grub-2.06.ebuild
18 index 7cca54f2289..ecc549afcd2 100644
19 --- a/sys-boot/grub/grub-2.06.ebuild
20 +++ b/sys-boot/grub/grub-2.06.ebuild
21 @@ -31,7 +31,7 @@ if [[ ${PV} != 9999 ]]; then
22 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
23 S=${WORKDIR}/${P%_*}
24 fi
25 - KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
26 + KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~sparc ~x86"
27 else
28 inherit git-r3
29 EGIT_REPO_URI="https://git.savannah.gnu.org/git/grub.git"