Merge pull request #3175 from lucab/ups/rkt-golang-1.9

app-emulation/rkt: downgrade toolchain to go1.9
This commit is contained in:
Luca Bruno 2018-04-12 15:58:53 +00:00 committed by GitHub
commit 62ff452722
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ EAPI=5
AUTOTOOLS_AUTORECONF=yes
AUTOTOOLS_IN_SOURCE_BUILD=yes
# temporary downgrade for https://github.com/coreos/bugs/issues/2402
COREOS_GO_VERSION="go1.9"
inherit autotools-utils flag-o-matic systemd toolchain-funcs multilib
inherit cros-workon coreos-go-depend