summaryrefslogtreecommitdiff
path: root/dev-go
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2015-08-11 11:21:18 -0500
committerWilliam Hubbs <williamh@gentoo.org>2015-08-11 11:25:19 -0500
commit43265a88916741469f2c88fefe729e1a8ea0e039 (patch)
tree0fa42b94dfb66cde537bdcfbb8db9b91874a929e /dev-go
parentdev-vcs/git: add local description for 'tk' USE flag (diff)
downloadgentoo-43265a88916741469f2c88fefe729e1a8ea0e039.tar.gz
gentoo-43265a88916741469f2c88fefe729e1a8ea0e039.tar.bz2
gentoo-43265a88916741469f2c88fefe729e1a8ea0e039.zip
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.
Diffstat (limited to 'dev-go')
-rw-r--r--dev-go/go-oauth2/go-oauth2-0_pre20150701.ebuild3
1 files changed, 1 insertions, 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 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}"