sys-boot/grub: Switch to the rebase-able branch

This branch shouldn't really be any different from the tree's
contents.  The commits are just restructured so that all patches
that are not yet upstream as of the most recent tag are available
as a flat patch series on top of it.
This commit is contained in:
David Michael 2018-04-05 18:10:09 -04:00
parent 650379f25d
commit beacd727c0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@ -10,7 +10,7 @@ GRUB_AUTOGEN=1 # We start from Git, so always autogen.
if [[ ${PV} == 9999 ]]; then
KEYWORDS="~amd64 ~arm64 ~x86"
else
CROS_WORKON_COMMIT="84a4fd2f4c35a45b66a6ca4ef455d999f8b05b55"
CROS_WORKON_COMMIT="f8e0a62fba16236942a1657ba242cd71a21b0153"
KEYWORDS="amd64 arm64 x86"
fi
inherit cros-workon