Gentoo Archives: gentoo-commits

From: Mathieu Tortuyaux <mathieu.tortuyaux@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/gcsfuse/
Date: Thu, 14 Jan 2021 10:10:40
Message-Id: 1610618932.c973e986f2e0a25a79d3ea976222f21405299393.MathieuTortuyaux@gentoo
1 commit: c973e986f2e0a25a79d3ea976222f21405299393
2 Author: Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail <DOT> com>
3 AuthorDate: Thu Jan 14 10:08:45 2021 +0000
4 Commit: Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail <DOT> com>
5 CommitDate: Thu Jan 14 10:08:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c973e986
7
8 sys-fs/gcsfuse: quote variable
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail.com>
12
13 sys-fs/gcsfuse/gcsfuse-0.32.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-fs/gcsfuse/gcsfuse-0.32.0.ebuild b/sys-fs/gcsfuse/gcsfuse-0.32.0.ebuild
17 index 88c9aba4..aca3d799 100644
18 --- a/sys-fs/gcsfuse/gcsfuse-0.32.0.ebuild
19 +++ b/sys-fs/gcsfuse/gcsfuse-0.32.0.ebuild
20 @@ -431,7 +431,7 @@ SLOT="0"
21 KEYWORDS="~amd64 ~x86"
22
23 src_compile() {
24 - go build -v -x -work -o ${PN} || die "build failed"
25 + go build -v -x -work -o "${PN}" || die "build failed"
26 }
27
28 src_install() {