sys-boot/grub: bump for free magic fix

Bump grub to include patch to fix "invalid free magic" errors.
This commit is contained in:
Andrew Jeddeloh 2018-04-09 16:14:38 -07:00
parent 9e13f97cb9
commit 9c3db7fd4d
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 if [[ ${PV} == 9999 ]]; then
KEYWORDS="~amd64 ~arm64 ~x86" KEYWORDS="~amd64 ~arm64 ~x86"
else else
CROS_WORKON_COMMIT="f8e0a62fba16236942a1657ba242cd71a21b0153" CROS_WORKON_COMMIT="93fb3dac4ae7a97c080d51d951d0e5a3109aaac7"
KEYWORDS="amd64 arm64 x86" KEYWORDS="amd64 arm64 x86"
fi fi
inherit cros-workon inherit cros-workon