diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.12.0-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.13.0.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.12.0-r1.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.13.0.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild index 8003584e21..980767824c 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild @@ -6,12 +6,12 @@ CROS_WORKON_PROJECT="coreos/mantle" CROS_WORKON_LOCALNAME="mantle" CROS_WORKON_REPO="git://github.com" COREOS_GO_PACKAGE="github.com/coreos/mantle" +COREOS_GO_MOD="vendor" if [[ "${PV}" == 9999 ]]; then - COREOS_GO_MOD="vendor" KEYWORDS="~amd64 ~arm64" else - CROS_WORKON_COMMIT="e7983fc86fae0b77e24611c6f96da3765dc81d1d" # v0.12.0 + CROS_WORKON_COMMIT="40cf53d3d3ab7c6227ced248a0ed14c71ff6e821" # v0.13.0 KEYWORDS="amd64 arm64" fi