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