Skip to content

Commit

Permalink
app-emulation/docker-proxy: Restrict test
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.10, Repoman-2.3.2
  • Loading branch information
mrueg committed Sep 26, 2017
1 parent da95c4c commit f515620
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit f515620

Please sign in to comment.