Merge pull request #2952 from dgonyeo/master

sys-apps/ignition: bump to v0.20.0
This commit is contained in:
Benjamin Gilbert 2017-12-14 16:54:04 -08:00 committed by GitHub
commit 9528ec8f46
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="01c039a5ce59acd39e5741713e59abfcb74d0782" # tag v0.19.0 CROS_WORKON_COMMIT="6e2cffb8c39ef5fe3042606dd742d4d3204d6b91" # tag v0.20.0
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi