From 9ef83b8050b91d36040cdeb70fce6f22ffa05de4 Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 18 Aug 2017 17:42:58 -0700 Subject: [PATCH] eclass/coreos-go: Run "default" in src_prepare for EAPI=6 This allows ebuilds with EAPI=6 to inherit coreos-go without requiring them to define a src_prepare just to run eapply_user. --- .../src/third_party/coreos-overlay/eclass/coreos-go.eclass | 1 + 1 file changed, 1 insertion(+) 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 78fc7dbc3d..5a829a34f3 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 @@ -57,6 +57,7 @@ go_build() { coreos-go_src_prepare() { debug-print-function ${FUNCNAME} "$@" + has ${EAPI:-0} 6 && default go_export export GOPATH="${WORKDIR}/gopath"