Merge pull request #535 from marineam/init

bump(coreos-base/coreos-init): issuegen fixes
This commit is contained in:
Michael Marineau 2014-04-08 22:07:53 -07:00
commit 7201bbc417
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 ~x86" KEYWORDS="~amd64 ~arm ~x86"
else else
CROS_WORKON_COMMIT="864e70d3cc67be549ba229e80be36f7e5bd492a8" CROS_WORKON_COMMIT="c8b9546f43336fc6fcb4e3a6f7953273599f74af"
KEYWORDS="amd64 arm x86" KEYWORDS="amd64 arm x86"
fi fi