Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/
Date: Wed, 30 Sep 2020 18:41:12
Message-Id: 1601491251.5ac76d969d40f0e0b24cebe907ed56e8a5443f55.mattst88@gentoo
1 commit: 5ac76d969d40f0e0b24cebe907ed56e8a5443f55
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 18:40:36 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 18:40:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac76d96
7
8 sys-boot/grub: Stabilize 2.05_alpha20200310 sparc
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sys-boot/grub/grub-2.05_alpha20200310.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-boot/grub/grub-2.05_alpha20200310.ebuild b/sys-boot/grub/grub-2.05_alpha20200310.ebuild
16 index 72d09292ff8..10b297a9471 100644
17 --- a/sys-boot/grub/grub-2.05_alpha20200310.ebuild
18 +++ b/sys-boot/grub/grub-2.05_alpha20200310.ebuild
19 @@ -22,7 +22,7 @@ inherit bash-completion-r1 flag-o-matic multibuild optfeature pax-utils toolchai
20
21 if [[ ${PV} != 9999 ]]; then
22 SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.xz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc ~x86"
25 else
26 inherit git-r3
27 EGIT_REPO_URI="https://git.savannah.gnu.org/git/grub.git"