summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-03-14 05:58:11 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-03-14 05:59:04 -0400
commit322e5186606b64ef16907668bc914e65c2ab951a (patch)
tree54c876016da4a8aa3fe0b621756d18a4c56a69bc /x11-terms/kitty/kitty-9999.ebuild
parentsys-auth/pambase: Stabilize 20240128 ppc64, #926975 (diff)
downloadgentoo-322e5186606b64ef16907668bc914e65c2ab951a.tar.gz
gentoo-322e5186606b64ef16907668bc914e65c2ab951a.tar.bz2
gentoo-322e5186606b64ef16907668bc914e65c2ab951a.zip
x11-terms/kitty: pass -buildvcs=false
Closes: https://bugs.gentoo.org/927012 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms/kitty/kitty-9999.ebuild')
-rw-r--r--x11-terms/kitty/kitty-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild
index cf3bee0036d7..19f68cbfc354 100644
--- a/x11-terms/kitty/kitty-9999.ebuild
+++ b/x11-terms/kitty/kitty-9999.ebuild
@@ -132,7 +132,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),