From ccc2baf8895c7771edf14b729834656a12653e75 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 19 Aug 2015 17:56:24 -0700 Subject: [PATCH] dev-lang/go: only require go-bootstrap in the SDK itself --- .../src/third_party/coreos-overlay/dev-lang/go/go-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 691efef069..3451e3f6f9 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 @@ -24,9 +24,9 @@ HOMEPAGE="http://www.golang.org" LICENSE="BSD" SLOT="0/${PV}" -IUSE="" +IUSE="cros_host" -DEPEND=">=dev-lang/go-bootstrap-1.4.1" +DEPEND="cros_host? ( >=dev-lang/go-bootstrap-1.4.1 )" RDEPEND="" # These test data objects have writable/executable stacks.