From 830ea4122ab70741df64c6bcff22852e11ede7a1 Mon Sep 17 00:00:00 2001 From: David Michael Date: Wed, 22 Nov 2017 14:40:17 -0500 Subject: [PATCH] coreos-devel/mantle: Build with Go 1.9 The Jenkins and Travis configurations were already updated in the repository, but the ebuild hadn't been bumped to stay in sync. --- .../mantle/{mantle-0.7.0.ebuild => mantle-0.7.0-r1.ebuild} | 0 .../coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/{mantle-0.7.0.ebuild => mantle-0.7.0-r1.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.7.0.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.7.0-r1.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.7.0.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.7.0-r1.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 c161fd17dc..f96db3dd54 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,7 +6,7 @@ CROS_WORKON_PROJECT="coreos/mantle" CROS_WORKON_LOCALNAME="mantle" CROS_WORKON_REPO="git://github.com" COREOS_GO_PACKAGE="github.com/coreos/mantle" -COREOS_GO_VERSION="go1.8" +COREOS_GO_VERSION="go1.9" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm64"