From 0f19f5ae132e812926bad4fa1aa3fba09941f5eb Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 18 Nov 2015 13:48:38 -0800 Subject: [PATCH] go: disable arm64-extras flag, currently broken For some reason the arm64 build (intended only for generating a pre-built std library) is leaking into the amd64 build, leaving the installed `go` binary with the arm64 defaults compiled in. Until this is resolved disable building the arm64 std library. --- .../src/third_party/coreos-overlay/dev-lang/go/go-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/dev-lang/go/go-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-lang/go/go-9999.ebuild index 84da57b77f..b99596eff7 100644 --- a/sdk_container/src/third_party/coreos-overlay/dev-lang/go/go-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/dev-lang/go/go-9999.ebuild @@ -23,7 +23,7 @@ HOMEPAGE="http://www.golang.org" LICENSE="BSD" SLOT="0/${PV}" -IUSE="cros_host +arm64-extras" +IUSE="cros_host arm64-extras" DEPEND="cros_host? ( >=dev-lang/go-bootstrap-1.4.1 )" RDEPEND=""