projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88ab18b
)
dev-db/etcd: Fix typo in src_test
author
Manuel Rüger
<mrueg@gentoo.org>
Mon, 28 Oct 2019 13:58:22 +0000
(14:58 +0100)
committer
Manuel Rüger
<mrueg@gentoo.org>
Mon, 28 Oct 2019 13:58:22 +0000
(14:58 +0100)
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
dev-db/etcd/etcd-3.4.3.ebuild
patch
|
blob
|
history
diff --git
a/dev-db/etcd/etcd-3.4.3.ebuild
b/dev-db/etcd/etcd-3.4.3.ebuild
index 9bfd579a2ba680d2f233fec6752222647cc2e787..f43dd732266c984356108ce0ef8fc6e543f5a36d 100644
(file)
--- a/
dev-db/etcd/etcd-3.4.3.ebuild
+++ b/
dev-db/etcd/etcd-3.4.3.ebuild
@@
-81,6
+81,6
@@
src_install() {
src_test() {
pushd src/${EGO_PN} || die
- GO111MODULE
S
=off ./test || die
+ GO111MODULE=off ./test || die
popd || die
}