Merge pull request #1715 from marineam/grub

grub: bump version: includes upstream and coreos changes
This commit is contained in:
Michael Marineau 2016-01-11 14:31:51 -08:00
commit 6189ee647a
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 if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
else else
CROS_WORKON_COMMIT="9a794d4652154272aa969717c8c66aa06e063ec2" CROS_WORKON_COMMIT="4ccc609994fe2f5e0911b91a11ad9e4289dc3a04"
KEYWORDS="amd64 x86" KEYWORDS="amd64 x86"
fi fi