From 5f62d88cabca4fb343fe7b2801162143557f3094 Mon Sep 17 00:00:00 2001 From: Nick Owens Date: Thu, 3 Mar 2016 13:07:54 -0800 Subject: [PATCH] eclass/coreos-go: use slot operator for go dependency --- .../src/third_party/coreos-overlay/eclass/coreos-go.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go.eclass b/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go.eclass index 869fa99006..6b56bb9170 100644 --- a/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go.eclass +++ b/sdk_container/src/third_party/coreos-overlay/eclass/coreos-go.eclass @@ -13,7 +13,7 @@ inherit flag-o-matic multiprocessing toolchain-funcs -DEPEND="dev-lang/go" +DEPEND="dev-lang/go:=" # @FUNCTION: go_get_arch # @USAGE: export GOARCH=$(go_get_arch)