From 43265a88916741469f2c88fefe729e1a8ea0e039 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 11 Aug 2015 11:21:18 -0500 Subject: 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. --- dev-go/go-oauth2/go-oauth2-0_pre20150701.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev-go/go-oauth2') 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}" -- cgit v1.2.3-65-gdbad