dev-go/go-oauth2: add go-tools dep for bug 550934

Package-Manager: portage-2.2.20.1
This commit is contained in:
Zac Medico
2015-09-11 12:48:18 -07:00
parent af8a27d8a2
commit 7ad2da809e
2 changed files with 4 additions and 2 deletions

View File

@@ -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}"

View File

@@ -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=""