Update grub to include secure boot secure code

Pull in a version of grub with our secure boot support code.
This commit is contained in:
Matthew Garrett 2015-04-22 16:07:50 -07:00
parent 51e00171b1
commit d3eb1116f7
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~x86"
else
CROS_WORKON_COMMIT="4f35e110039dd408168fbf26d900f007b29eb0df"
CROS_WORKON_COMMIT="19c075a7ac80becf61bfff39541a9a04f5c3efde"
KEYWORDS="amd64 x86"
fi