commit:     322e5186606b64ef16907668bc914e65c2ab951a
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 09:58:11 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 09:59:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=322e5186

x11-terms/kitty: pass -buildvcs=false

Closes: https://bugs.gentoo.org/927012
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 x11-terms/kitty/kitty-0.32.2.ebuild | 2 +-
 x11-terms/kitty/kitty-0.33.0.ebuild | 2 +-
 x11-terms/kitty/kitty-9999.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 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),

diff --git a/x11-terms/kitty/kitty-0.33.0.ebuild 
b/x11-terms/kitty/kitty-0.33.0.ebuild
index cf3bee0036d7..19f68cbfc354 100644
--- a/x11-terms/kitty/kitty-0.33.0.ebuild
+++ b/x11-terms/kitty/kitty-0.33.0.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),

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),

Reply via email to