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 A67B715864F for ; Sat, 25 Mar 2023 03:19:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB3FFE0882; Sat, 25 Mar 2023 03:19:29 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6510E0882 for ; Sat, 25 Mar 2023 03:19:29 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BF9C34105B for ; Sat, 25 Mar 2023 03:19:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF9BE8B4 for ; Sat, 25 Mar 2023 03:19:26 +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: <1679714315.e8354517d6f3dfc4ffc0bf56f06cda700cdc812e.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.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: e8354517d6f3dfc4ffc0bf56f06cda700cdc812e X-VCS-Branch: master Date: Sat, 25 Mar 2023 03:19:26 +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: cd52143d-f5b1-4bf2-8770-14d93ecfce19 X-Archives-Hash: bc1b69c864b2dada31dbe67e32c96b0f commit: e8354517d6f3dfc4ffc0bf56f06cda700cdc812e Author: Ionen Wolkens gentoo org> AuthorDate: Sat Mar 25 01:52:54 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Mar 25 03:18:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8354517 x11-terms/kitty: adjust GOFLAGS for ppc64be Matches go-modules.eclass Signed-off-by: Ionen Wolkens gentoo.org> x11-terms/kitty/kitty-0.27.1.ebuild | 3 ++- x11-terms/kitty/kitty-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-terms/kitty/kitty-0.27.1.ebuild b/x11-terms/kitty/kitty-0.27.1.ebuild index 295c1c9a2500..c2975dd65e11 100644 --- a/x11-terms/kitty/kitty-0.27.1.ebuild +++ b/x11-terms/kitty/kitty-0.27.1.ebuild @@ -117,7 +117,8 @@ src_prepare() { src_compile() { tc-export CC - local -x GOFLAGS="-buildmode=pie -p=$(makeopts_jobs) -v -x" + local -x GOFLAGS="-p=$(makeopts_jobs) -v -x" + use ppc64 && [[ $(tc-endian) == big ]] || GOFLAGS+=" -buildmode=pie" 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 707ea2a4a999..f07a85ea74e6 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -117,7 +117,8 @@ src_prepare() { src_compile() { tc-export CC - local -x GOFLAGS="-buildmode=pie -p=$(makeopts_jobs) -v -x" + local -x GOFLAGS="-p=$(makeopts_jobs) -v -x" + use ppc64 && [[ $(tc-endian) == big ]] || GOFLAGS+=" -buildmode=pie" local -x PKGCONFIG_EXE=$(tc-getPKG_CONFIG) local conf=(