diff options
author | 2016-03-30 12:34:25 -0700 | |
---|---|---|
committer | 2016-03-30 12:34:25 -0700 | |
commit | 91197ffdd3f99c14cc4030786e62b54724759503 (patch) | |
tree | 36ac3292354d785e4682ec0d7a0625463e3033a3 /app-emulation/docker-swarm | |
parent | app-emulation/docker-swarm: remove old version 1.0.1 (diff) | |
download | gentoo-91197ffdd3f99c14cc4030786e62b54724759503.tar.gz gentoo-91197ffdd3f99c14cc4030786e62b54724759503.tar.bz2 gentoo-91197ffdd3f99c14cc4030786e62b54724759503.zip |
app-emulation/docker-swarm: require go-1.6 for bug 577890
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-emulation/docker-swarm')
-rw-r--r-- | app-emulation/docker-swarm/docker-swarm-1.1.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/docker-swarm/docker-swarm-1.1.3.ebuild b/app-emulation/docker-swarm/docker-swarm-1.1.3.ebuild index a25a08c79b4d..bb7c15ca6654 100644 --- a/app-emulation/docker-swarm/docker-swarm-1.1.3.ebuild +++ b/app-emulation/docker-swarm/docker-swarm-1.1.3.ebuild @@ -22,7 +22,8 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="" RESTRICT="test" -DEPEND="!!<app-admin/consul-0.6.3-r1" +DEPEND=">=dev-lang/go-1.6:= + !!<app-admin/consul-0.6.3-r1" RDEPEND="" S=${WORKDIR}/${P}/src/${EGO_PN%/*} |