dev-db/etcd/etcd-0.4.9-r2.ebuild: use slotted dev-lang/go DEPEND

This commit is contained in:
Nick Owens 2016-03-04 15:08:48 -08:00
parent a81cc897f6
commit 3f094d70d4

View File

@ -4,7 +4,7 @@
# $Header:$
#
EAPI=4
EAPI=5
CROS_WORKON_PROJECT="coreos/etcd"
CROS_WORKON_LOCALNAME="etcd"
CROS_WORKON_REPO="git://github.com"
@ -24,7 +24,7 @@ SRC_URI=""
LICENSE="Apache-2.0"
SLOT="1"
DEPEND=">=dev-lang/go-1.2"
DEPEND=">=dev-lang/go-1.2:="
RDEPEND="!dev-db/etcd:0
!dev-db/etcd-starter"