Merge pull request #2202 from marineam/grub

grub: fix updating gpt on odd disk configurations
This commit is contained in:
Michael Marineau 2016-09-23 12:42:54 -07:00 committed by GitHub
commit 8469879619
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 ~arm64 ~x86"
else
CROS_WORKON_COMMIT="87dfbf34c4b3bb34c25dd82422431de59633426a"
CROS_WORKON_COMMIT="5962f7d5e7ddb87880e090f0473e0b4bf46612a2"
KEYWORDS="amd64 arm64 x86"
fi