Merge pull request #2500 from bgilbert/bootengine

sys-kernel/bootengine: Fix dracut breakpoints and /sysroot/boot race
This commit is contained in:
Benjamin Gilbert 2017-03-29 12:49:31 -07:00 committed by GitHub
commit d579f6f8e1
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="f551953628988cd70c93ccf4d85647c9038dc181"
CROS_WORKON_COMMIT="d65b72237d53c8bc2fff133b7979c2430298882a"
KEYWORDS="amd64 arm arm64 x86"
fi