commit:     bb5b84a2390610c4db06fc852fb1df33fef34f17
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 20 05:33:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 05:33:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5b84a2

dev-go/act: add -x for verbose Go build

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-go/act/act-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-go/act/act-1.6.0.ebuild b/dev-go/act/act-1.6.0.ebuild
index 4518cc6df79..df33b4de346 100644
--- a/dev-go/act/act-1.6.0.ebuild
+++ b/dev-go/act/act-1.6.0.ebuild
@@ -47,7 +47,7 @@ src_compile() {
        fi
 
        cd "${S}"/Source || die
-       go build -o ../${PN} *.go || die
+       go build -x -o ../${PN} *.go || die
 }
 
 src_install() {

Reply via email to