commit: 43265a88916741469f2c88fefe729e1a8ea0e039 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Tue Aug 11 16:21:18 2015 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Tue Aug 11 16:25:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43265a88
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(-) diff --git a/dev-go/go-oauth2/go-oauth2-0_pre20150701.ebuild b/dev-go/go-oauth2/go-oauth2-0_pre20150701.ebuild index c2e4d64..122b1ca 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}"
