Merge pull request #3166 from ajeddeloh/fix-grub

sys-boot/grub: bump for free magic fix
This commit is contained in:
Andrew Jeddeloh 2018-04-09 16:18:32 -07:00 committed by GitHub
commit 4d85d0c3f8
2 changed files with 1 additions and 1 deletions

View File

@ -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="f8e0a62fba16236942a1657ba242cd71a21b0153"
CROS_WORKON_COMMIT="93fb3dac4ae7a97c080d51d951d0e5a3109aaac7"
KEYWORDS="amd64 arm64 x86"
fi
inherit cros-workon