Merge pull request #3229 from ajeddeloh/bump-ignition

sys-apps/ignition: bump to v0.25.0
This commit is contained in:
Andrew Jeddeloh 2018-05-17 14:11:32 -07:00 committed by GitHub
commit f137cde511
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ inherit coreos-go cros-workon systemd udev
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64" KEYWORDS="~amd64 ~arm64"
else else
CROS_WORKON_COMMIT="8bc8a13ee812ce0755be0245808c3044a7ef0add" # tag v0.24.0 CROS_WORKON_COMMIT="52d1d96724c1fdb5ecdc448c47cc6ec431f26410" # tag v0.25.0
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi