app-emulation/acbuild: set COREOS_GO111MODULE to off

app-emulation/acbuild also belongs to the cases where Go module is not
supported due to its old source code.
This commit is contained in:
Dongsu Park 2021-04-19 14:17:29 +02:00
parent 9541ac9210
commit f9ff6599a9

View File

@ -6,6 +6,7 @@ CROS_WORKON_PROJECT="appc/acbuild"
CROS_WORKON_REPO="git://github.com"
CROS_WORKON_LOCALNAME="appc-acbuild"
COREOS_GO_PACKAGE="github.com/appc/acbuild"
COREOS_GO_GO111MODULE="off"
inherit coreos-go toolchain-funcs cros-workon
if [[ "${PV}" == 9999 ]]; then