commit: b6f100c2acdaf37889cfe11501c0a5f5e7ea746b
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 8 09:57:51 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Feb 8 12:31:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f100c2
x11-terms/kitty: pass -p=jobs to Go
Already have to pass makeopts_jobs to kitty (as requested by a user),
so should ensure Go respects this as well.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
x11-terms/kitty/kitty-0.27.0.ebuild | 2 +-
x11-terms/kitty/kitty-0.27.1.ebuild | 2 +-
x11-terms/kitty/kitty-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-terms/kitty/kitty-0.27.0.ebuild
b/x11-terms/kitty/kitty-0.27.0.ebuild
index 0988880f927c..7118f0da4e6b 100644
--- a/x11-terms/kitty/kitty-0.27.0.ebuild
+++ b/x11-terms/kitty/kitty-0.27.0.ebuild
@@ -116,7 +116,7 @@ src_prepare() {
src_compile() {
tc-export CC
- local -x GOFLAGS="-buildmode=pie -v -x"
+ local -x GOFLAGS="-buildmode=pie -p=$(makeopts_jobs) -v -x"
local -x PKGCONFIG_EXE=$(tc-getPKG_CONFIG)
local conf=(
diff --git a/x11-terms/kitty/kitty-0.27.1.ebuild
b/x11-terms/kitty/kitty-0.27.1.ebuild
index a3cfd5a50b60..d093cf9ed75e 100644
--- a/x11-terms/kitty/kitty-0.27.1.ebuild
+++ b/x11-terms/kitty/kitty-0.27.1.ebuild
@@ -116,7 +116,7 @@ src_prepare() {
src_compile() {
tc-export CC
- local -x GOFLAGS="-buildmode=pie -v -x"
+ local -x GOFLAGS="-buildmode=pie -p=$(makeopts_jobs) -v -x"
local -x PKGCONFIG_EXE=$(tc-getPKG_CONFIG)
local conf=(
diff --git a/x11-terms/kitty/kitty-9999.ebuild
b/x11-terms/kitty/kitty-9999.ebuild
index a3cfd5a50b60..d093cf9ed75e 100644
--- a/x11-terms/kitty/kitty-9999.ebuild
+++ b/x11-terms/kitty/kitty-9999.ebuild
@@ -116,7 +116,7 @@ src_prepare() {
src_compile() {
tc-export CC
- local -x GOFLAGS="-buildmode=pie -v -x"
+ local -x GOFLAGS="-buildmode=pie -p=$(makeopts_jobs) -v -x"
local -x PKGCONFIG_EXE=$(tc-getPKG_CONFIG)
local conf=(