From c836610df6e90d41681f6d0c13fd8f6920a75184 Mon Sep 17 00:00:00 2001 From: Andrew Jeddeloh Date: Thu, 1 Aug 2019 23:53:31 +0000 Subject: [PATCH] coreos-devel/mantle: bump to v0.13.0 --- .../mantle/{mantle-0.12.0-r1.ebuild => mantle-0.13.0.ebuild} | 0 .../coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/{mantle-0.12.0-r1.ebuild => mantle-0.13.0.ebuild} (100%) 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