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.
This commit is contained in:
Michael Marineau 2015-11-18 13:48:38 -08:00
parent 4216338052
commit 0f19f5ae13

View File

@ -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=""