Merge pull request #392 from bcwaldon/bump-coreos-cloudinit

bump(coreos-cloudinit): Upgrade coreos-cloudinit ebuild to v0.1.1
This commit is contained in:
Brian Waldon 2014-03-05 15:21:24 -08:00
commit 1ff174f1eb
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64" KEYWORDS="~amd64"
else else
CROS_WORKON_COMMIT="6491e024dc25527f2a71fd83fca73aab1d162d4c" CROS_WORKON_COMMIT="d823f99f7d491b84e4bc91f492bf2aefef6846b5" # tag v0.1.1
KEYWORDS="amd64" KEYWORDS="amd64"
fi fi