summaryrefslogtreecommitdiff
path: root/dev-go
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2015-07-08 19:42:07 +0000
committerWilliam Hubbs <williamh@gentoo.org>2015-07-08 19:42:07 +0000
commitc89c917530f1654b528df244510a0e159e6c8b7b (patch)
tree8bc4ab01c3945069d77acd82e598f031e02895a2 /dev-go
parentAssign maintainership to zlg (diff)
downloadgentoo-2-c89c917530f1654b528df244510a0e159e6c8b7b.tar.gz
gentoo-2-c89c917530f1654b528df244510a0e159e6c8b7b.tar.bz2
gentoo-2-c89c917530f1654b528df244510a0e159e6c8b7b.zip
Add slot dependency for go-net
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'dev-go')
-rw-r--r--dev-go/go-oauth2/ChangeLog5
-rw-r--r--dev-go/go-oauth2/go-oauth2-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-go/go-oauth2/ChangeLog b/dev-go/go-oauth2/ChangeLog
index 853ade7b0c0c..8a0cee50363d 100644
--- a/dev-go/go-oauth2/ChangeLog
+++ b/dev-go/go-oauth2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-go/go-oauth2
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/ChangeLog,v 1.9 2015/07/06 17:04:02 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/ChangeLog,v 1.10 2015/07/08 19:42:07 williamh Exp $
+
+ 08 Jul 2015; William Hubbs <williamh@gentoo.org> go-oauth2-9999.ebuild:
+ Add slot dependency for go-net
06 Jul 2015; William Hubbs <williamh@gentoo.org> go-oauth2-9999.ebuild:
Add a subslot of the version number so we know which version is installed
diff --git a/dev-go/go-oauth2/go-oauth2-9999.ebuild b/dev-go/go-oauth2/go-oauth2-9999.ebuild
index ec6d4ec2748b..e5843f5cad14 100644
--- a/dev-go/go-oauth2/go-oauth2-9999.ebuild
+++ b/dev-go/go-oauth2/go-oauth2-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/go-oauth2-9999.ebuild,v 1.5 2015/07/06 17:04:02 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/go-oauth2-9999.ebuild,v 1.6 2015/07/08 19:42:07 williamh Exp $
EAPI=5
EGO_PN=golang.org/x/oauth2
@@ -20,7 +20,7 @@ HOMEPAGE="https://godoc.org/golang.org/x/oauth2"
LICENSE="BSD"
SLOT="0/${PV}"
IUSE=""
-DEPEND="dev-go/go-net"
+DEPEND="dev-go/go-net:="
RDEPEND=""
if [[ ${PV} != *9999* ]]; then