diff --git a/dev-go/go-oauth2/go-oauth2-0_pre20150701.ebuild b/dev-go/go-oauth2/go-oauth2-0_pre20150701.ebuild index 122b1ca9d9505..9807b1b17d9f8 100644 --- a/dev-go/go-oauth2/go-oauth2-0_pre20150701.ebuild +++ b/dev-go/go-oauth2/go-oauth2-0_pre20150701.ebuild @@ -17,7 +17,8 @@ https://github.com/GoogleCloudPlatform/gcloud-golang/archive/e34a32f9b0ecbc07848 LICENSE="BSD" SLOT="0" IUSE="" -DEPEND="dev-go/go-net" +DEPEND="dev-go/go-net:= + dev-go/go-tools:=" RDEPEND="" S="${WORKDIR}/src/${GO_PN}" EGIT_CHECKOUT_DIR="${S}" diff --git a/dev-go/go-oauth2/go-oauth2-9999.ebuild b/dev-go/go-oauth2/go-oauth2-9999.ebuild index 9fb295ad43906..89f44e648b774 100644 --- a/dev-go/go-oauth2/go-oauth2-9999.ebuild +++ b/dev-go/go-oauth2/go-oauth2-9999.ebuild @@ -21,5 +21,6 @@ HOMEPAGE="https://godoc.org/golang.org/x/oauth2" LICENSE="BSD" SLOT="0/${PV}" IUSE="" -DEPEND="dev-go/go-net:=" +DEPEND="dev-go/go-net:= + dev-go/go-tools:=" RDEPEND=""