projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
926f931
)
app-emulation/docker-swarm: GOBIN interference (bug 636506)
author
Zac Medico
<zmedico@gentoo.org>
Sun, 12 Nov 2017 04:58:42 +0000
(20:58 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 12 Nov 2017 05:02:57 +0000
(21:02 -0800)
Closes: https://bugs.gentoo.org/636506
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild
patch
|
blob
|
history
diff --git
a/app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild
b/app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild
index ee87135b33ab61278702a642942d3ea2338e09a4..65a67d8c2b90cc3717c6df050fcb2dcea21c6bbe 100644
(file)
--- a/
app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild
+++ b/
app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
7
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@
-69,7
+69,7
@@
src_unpack() {
}
src_compile() {
- GOPATH="${S}" \
+ GOPATH="${S}"
GOBIN="${S}/bin"
\
go install -v -work -x ${EGO_BUILD_FLAGS} "${EGO_PN}"
[[ -x ${S}/bin/${PN#docker-} ]] || die
}