Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/etcd/
Date: Mon, 28 Oct 2019 13:58:39
Message-Id: 1572271102.1fbaa4d40701f65661e8b56e12ba8370d649691e.mrueg@gentoo
1 commit: 1fbaa4d40701f65661e8b56e12ba8370d649691e
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 28 13:58:22 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 28 13:58:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fbaa4d4
7
8 dev-db/etcd: Fix typo in src_test
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 dev-db/etcd/etcd-3.4.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-db/etcd/etcd-3.4.3.ebuild b/dev-db/etcd/etcd-3.4.3.ebuild
17 index 9bfd579a2ba..f43dd732266 100644
18 --- a/dev-db/etcd/etcd-3.4.3.ebuild
19 +++ b/dev-db/etcd/etcd-3.4.3.ebuild
20 @@ -81,6 +81,6 @@ src_install() {
21
22 src_test() {
23 pushd src/${EGO_PN} || die
24 - GO111MODULES=off ./test || die
25 + GO111MODULE=off ./test || die
26 popd || die
27 }