diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-02-08 04:57:51 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-02-08 07:31:54 -0500 |
commit | b6f100c2acdaf37889cfe11501c0a5f5e7ea746b (patch) | |
tree | 331e03f9bda093c0880800150612f884bd4c8473 /x11-terms | |
parent | dev-cpp/valijson: bump to 1.0 (diff) | |
download | gentoo-b6f100c2acdaf37889cfe11501c0a5f5e7ea746b.tar.gz gentoo-b6f100c2acdaf37889cfe11501c0a5f5e7ea746b.tar.bz2 gentoo-b6f100c2acdaf37889cfe11501c0a5f5e7ea746b.zip |
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@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kitty/kitty-0.27.0.ebuild | 2 | ||||
-rw-r--r-- | x11-terms/kitty/kitty-0.27.1.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.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=( |