commit: 191f8d0a808356ea09757035d099767e6643cd1c
Author: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 15:47:51 2016 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 15:48:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191f8d0a
app-emulation/docker-proxy: soft block docker<=1.12. Fixes #599904
Package-Manager: portage-2.3.2
app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild | 2 +-
app-emulation/docker-proxy/docker-proxy-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 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 d35c73f..cea770f 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.0_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
diff --git a/app-emulation/docker-proxy/docker-proxy-9999.ebuild
b/app-emulation/docker-proxy/docker-proxy-9999.ebuild
index 6811741..a98a931 100644
--- a/app-emulation/docker-proxy/docker-proxy-9999.ebuild
+++ b/app-emulation/docker-proxy/docker-proxy-9999.ebuild
@@ -23,7 +23,7 @@ IUSE=""
S=${WORKDIR}/${P}/src/${EGO_PN}
-RDEPEND="!!<app-emulation/docker-1.13.0_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