diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-11-20 21:30:22 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-11-20 21:30:38 +0100 |
commit | d5f1dec404bda7e5b44e763c2462b1cbd3b00425 (patch) | |
tree | 62337a0ebecee78f2d728793bee0f19850733c58 /app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild | |
parent | kde-base/ksystraycmd -> kde-plasma/ksystraycmd (diff) | |
download | gentoo-d5f1dec404bda7e5b44e763c2462b1cbd3b00425.tar.gz gentoo-d5f1dec404bda7e5b44e763c2462b1cbd3b00425.tar.bz2 gentoo-d5f1dec404bda7e5b44e763c2462b1cbd3b00425.zip |
app-emulation/docker-proxy: Fix blocking version for docker
Package-Manager: portage-2.3.2
Diffstat (limited to 'app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild')
-rw-r--r-- | app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild index 96b44ae9a143..d35c73f57d70 100644 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild +++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild @@ -23,7 +23,7 @@ IUSE="" S=${WORKDIR}/${P}/src/${EGO_PN} -RDEPEND="!!<app-emulation/docker-1.13_rc1" +RDEPEND="!!<app-emulation/docker-1.13.0_rc1" src_compile() { GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" go build -o "bin/docker-proxy" ./cmd/proxy || die |