summaryrefslogtreecommitdiff
path: root/eclass/go-module.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/go-module.eclass')
-rw-r--r--eclass/go-module.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass
index bcdd521619ac..6bba9542cfc8 100644
--- a/eclass/go-module.eclass
+++ b/eclass/go-module.eclass
@@ -65,7 +65,7 @@ case ${EAPI} in
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac
-inherit multiprocessing
+inherit multiprocessing toolchain-funcs
if [[ -z ${_GO_MODULE} ]]; then