summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/kitty/kitty-0.32.2.ebuild')
-rw-r--r--x11-terms/kitty/kitty-0.32.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/kitty/kitty-0.32.2.ebuild b/x11-terms/kitty/kitty-0.32.2.ebuild
index e30b44b1757a..706bf002c4d6 100644
--- a/x11-terms/kitty/kitty-0.32.2.ebuild
+++ b/x11-terms/kitty/kitty-0.32.2.ebuild
@@ -129,7 +129,7 @@ src_compile() {
local -x PKGCONFIG_EXE=$(tc-getPKG_CONFIG)
go-env_set_compile_environment
- local -x GOFLAGS="-p=$(makeopts_jobs) -v -x"
+ local -x GOFLAGS="-p=$(makeopts_jobs) -v -x -buildvcs=false"
use ppc64 && [[ $(tc-endian) == big ]] || GOFLAGS+=" -buildmode=pie"
# workaround link errors with Go + gcc + -g3 (bug #924436),