Index: portage/eclass/go-module.eclass =================================================================== --- portage.orig/eclass/go-module.eclass +++ portage/eclass/go-module.eclass @@ -96,7 +96,7 @@ export GOMODCACHE="${WORKDIR}/go-mod" # -modcacherw makes the build cache read/write # -v prints the names of packages as they are compiled # -x prints commands as they are executed -export GOFLAGS="-modcacherw -v -x" +export GOFLAGS="-buildvcs=false -modcacherw -v -x" # Do not complain about CFLAGS etc since go projects do not use them. QA_FLAGS_IGNORED='.*'