Merge pull request #2474 from dgonyeo/master

coreos-base/coreos-metadata: bump to v0.7.0
This commit is contained in:
Derek Gonyeo 2017-03-14 10:29:46 +01:00 committed by GitHub
commit 03359bef4f
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ inherit coreos-go cros-workon systemd
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="365c34ea039fbc3f8193754606a76fed4ddfe0e8" # v0.6.2
CROS_WORKON_COMMIT="7c7db795781c850dba7da114b86ffc1195ff0c1f" # v0.7.0
KEYWORDS="amd64 arm64"
fi