From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 376C715800F for ; Wed, 8 Feb 2023 12:32:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DD22E07D4; Wed, 8 Feb 2023 12:32:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 453B0E07D4 for ; Wed, 8 Feb 2023 12:32:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 765DC33D4A6 for ; Wed, 8 Feb 2023 12:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFB687D0 for ; Wed, 8 Feb 2023 12:32:17 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1675859514.b6f100c2acdaf37889cfe11501c0a5f5e7ea746b.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/kitty/kitty-0.27.0.ebuild x11-terms/kitty/kitty-0.27.1.ebuild x11-terms/kitty/kitty-9999.ebuild X-VCS-Directories: x11-terms/kitty/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: b6f100c2acdaf37889cfe11501c0a5f5e7ea746b X-VCS-Branch: master Date: Wed, 8 Feb 2023 12:32:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3515fa33-4b54-45ea-8e4d-9d2ff353d1ad X-Archives-Hash: 3aec779e6e8efe5b7c864b62a2a5e41f commit: b6f100c2acdaf37889cfe11501c0a5f5e7ea746b Author: Ionen Wolkens gentoo org> AuthorDate: Wed Feb 8 09:57:51 2023 +0000 Commit: Ionen Wolkens gentoo 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 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=(