sys-kernel/bootengine: bump to fix Azure disks

This change includes bootengine with fix for
Azure disks in ignition.

https://github.com/coreos/bootengine/pull/148
This commit is contained in:
Roman Sokolkov 2018-08-31 14:33:41 +02:00
parent 4b49acb55b
commit ab319fc0d4
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="0f595dd2bb4ab6a8078d1cc535ce594a7048c288"
CROS_WORKON_COMMIT="2720bf8560eeccc313d9ba7825e87b57618d2bd4"
KEYWORDS="amd64 arm arm64 x86"
fi