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 2FE91158041 for ; Thu, 14 Mar 2024 10:01:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 557CEE29BC; Thu, 14 Mar 2024 10:01:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3E65FE29BC for ; Thu, 14 Mar 2024 10:01:00 +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 6DCCB335CAF for ; Thu, 14 Mar 2024 10:00:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A915D7E7 for ; Thu, 14 Mar 2024 10:00:57 +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: <1710410344.322e5186606b64ef16907668bc914e65c2ab951a.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.32.2.ebuild x11-terms/kitty/kitty-0.33.0.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: 322e5186606b64ef16907668bc914e65c2ab951a X-VCS-Branch: master Date: Thu, 14 Mar 2024 10:00:57 +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: 21b77602-5bf8-4a79-9f6b-12188bc9048b X-Archives-Hash: ec23a7740168f02917902ca4724ae8c6 commit: 322e5186606b64ef16907668bc914e65c2ab951a Author: Ionen Wolkens gentoo org> AuthorDate: Thu Mar 14 09:58:11 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Mar 14 09:59:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=322e5186 x11-terms/kitty: pass -buildvcs=false Closes: https://bugs.gentoo.org/927012 Signed-off-by: Ionen Wolkens gentoo.org> x11-terms/kitty/kitty-0.32.2.ebuild | 2 +- x11-terms/kitty/kitty-0.33.0.ebuild | 2 +- 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),