Merge pull request #3521 from bgilbert/ignition

sys-apps/ignition: bump to 0.30.0
This commit is contained in:
Benjamin Gilbert 2018-12-17 14:21:21 -05:00 committed by GitHub
commit 924c07b38b
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="b1ab0b28d4aa17535b6503b8d97ed81953da20e5" # tag v0.29.1 CROS_WORKON_COMMIT="308d7a05213ae66a9317c90c042eec366bba10fb" # tag v0.30.0
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi