Merge pull request #3163 from dm0-/grub

sys-boot/grub: Switch to the rebase-able branch
This commit is contained in:
David Michael 2018-04-06 16:04:07 -04:00 committed by GitHub
commit 5409ebabca
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