app-emulation/docker-proxy: Fix blocking version for docker
authorManuel Rüger <mrueg@gentoo.org>
Sun, 20 Nov 2016 20:30:22 +0000 (21:30 +0100)
committerManuel Rüger <mrueg@gentoo.org>
Sun, 20 Nov 2016 20:30:38 +0000 (21:30 +0100)
Package-Manager: portage-2.3.2

app-emulation/docker-proxy/docker-proxy-0.8.0_p20161111.ebuild
app-emulation/docker-proxy/docker-proxy-9999.ebuild

index 96b44ae9a1434f208c1af39efbdeb2494338e035..d35c73f57d7056d8b2ee9a0db6c3df8eed819315 100644 (file)
@@ -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
index 96b44ae9a1434f208c1af39efbdeb2494338e035..6811741630ea74e219220dedf140fce5e355bf65 100644 (file)
@@ -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