diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-03-14 05:58:11 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-03-14 05:59:04 -0400 |
commit | 322e5186606b64ef16907668bc914e65c2ab951a (patch) | |
tree | 54c876016da4a8aa3fe0b621756d18a4c56a69bc /x11-terms | |
parent | sys-auth/pambase: Stabilize 20240128 ppc64, #926975 (diff) | |
download | gentoo-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')
-rw-r--r-- | x11-terms/kitty/kitty-0.32.2.ebuild | 2 | ||||
-rw-r--r-- | x11-terms/kitty/kitty-0.33.0.ebuild | 2 | ||||
-rw-r--r-- | 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), |