commit:     d5f1dec404bda7e5b44e763c2462b1cbd3b00425
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 20:30:22 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 20:30:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f1dec4

app-emulation/docker-proxy: Fix blocking version for docker

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            | 4 ++--
 2 files changed, 3 insertions(+), 3 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 96b44ae..d35c73f 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

diff --git a/app-emulation/docker-proxy/docker-proxy-9999.ebuild 
b/app-emulation/docker-proxy/docker-proxy-9999.ebuild
index 96b44ae..6811741 100644
--- a/app-emulation/docker-proxy/docker-proxy-9999.ebuild
+++ b/app-emulation/docker-proxy/docker-proxy-9999.ebuild
@@ -8,7 +8,7 @@ EGO_PN="github.com/docker/libnetwork"
 if [[ ${PV} == *9999 ]]; then
        inherit golang-vcs
 else
-       EGIT_COMMIT="57be722e077059d1ee0539be31743a3642ccbeb3"
+       EGIT_COMMIT=""
        SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
        KEYWORDS="~amd64 ~ppc64"
        inherit golang-vcs-snapshot
@@ -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

Reply via email to