app-emulation/docker-proxy: Restrict test
authorManuel Rüger <mrueg@gentoo.org>
Tue, 26 Sep 2017 22:07:16 +0000 (00:07 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Tue, 26 Sep 2017 22:07:16 +0000 (00:07 +0200)
Package-Manager: Portage-2.3.10, Repoman-2.3.2

app-emulation/docker-proxy/docker-proxy-0.8.0_p20170917.ebuild

index 0550a4eed8f140efa90953265d1fa96f6ae8b315..0235cd99b4051a13e77cf177094d94ab0adef03c 100644 (file)
@@ -24,6 +24,8 @@ S=${WORKDIR}/${P}/src/${EGO_PN}
 
 RDEPEND="!<app-emulation/docker-1.13.0_rc1"
 
+RESTRICT="test" # needs dockerd
+
 src_compile() {
        GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" go build -o "bin/docker-proxy" ./cmd/proxy || die
 }