From: William Hubbs Date: Tue, 11 Aug 2015 16:21:18 +0000 (-0500) Subject: dev-go/go-oauth2: remove dependency on dev-lang/go X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=43265a88916741469f2c88fefe729e1a8ea0e039;p=gentoo.git dev-go/go-oauth2: remove dependency on dev-lang/go This dependency is part of golang-base, so we don't need to list it in the ebuild. --- diff --git a/dev-go/go-oauth2/go-oauth2-0_pre20150701.ebuild b/dev-go/go-oauth2/go-oauth2-0_pre20150701.ebuild index c2e4d6455a1a..122b1ca9d950 100644 --- a/dev-go/go-oauth2/go-oauth2-0_pre20150701.ebuild +++ b/dev-go/go-oauth2/go-oauth2-0_pre20150701.ebuild @@ -17,8 +17,7 @@ https://github.com/GoogleCloudPlatform/gcloud-golang/archive/e34a32f9b0ecbc07848 LICENSE="BSD" SLOT="0" IUSE="" -DEPEND=">=dev-lang/go-1.4 - dev-go/go-net" +DEPEND="dev-go/go-net" RDEPEND="" S="${WORKDIR}/src/${GO_PN}" EGIT_CHECKOUT_DIR="${S}"