Merge pull request #3165 from dgonyeo/bootengine

sys-kernel/bootengine: update (not freeze exception)
This commit is contained in:
Derek Gonyeo 2018-04-11 13:52:22 -07:00 committed by GitHub
commit a9c54c6da4
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 if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86" KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else else
CROS_WORKON_COMMIT="e8c3ebe3a981b8db55eab5fc50788fc2ac31ff56" CROS_WORKON_COMMIT="dbc26943853ff3a84060bd55ecf963e58e8c4c70"
KEYWORDS="amd64 arm arm64 x86" KEYWORDS="amd64 arm arm64 x86"
fi fi