commit:     f51562068d8b1e6537e64d9638d3ece13a821ff2
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 22:07:16 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 22:07:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5156206

app-emulation/docker-proxy: Restrict test

Package-Manager: Portage-2.3.10, Repoman-2.3.2

 app-emulation/docker-proxy/docker-proxy-0.8.0_p20170917.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20170917.ebuild 
b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20170917.ebuild
index 0550a4eed8f..0235cd99b40 100644
--- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20170917.ebuild
+++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20170917.ebuild
@@ -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
 }

Reply via email to