Merge pull request #1626 from vcaputo/bump-bootengine-randomize-disk-guid

sys-kernel/bootengine: bump for coreos.randomize_disk_guid support
This commit is contained in:
Vito Caputo 2015-11-05 23:48:53 -08:00
commit b1d4cb7d23
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="2386d30cf9750eaf9e183d872918ad4f4a2e38d5"
CROS_WORKON_COMMIT="c7a603c1e22edc7c437636d0264e321ff7fb663b"
KEYWORDS="amd64 arm arm64 x86"
fi