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 2DD1215852A for ; Fri, 16 Aug 2024 00:05:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 532C5E29B9; Fri, 16 Aug 2024 00:05:13 +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 30505E29B9 for ; Fri, 16 Aug 2024 00:05:13 +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 4F102335DEB for ; Fri, 16 Aug 2024 00:05:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB3011EBA for ; Fri, 16 Aug 2024 00:05:10 +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: <1723766675.d5f4929e0ac3f31101d34ea8cfb5d6ecf1dc38cf.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.34.1.ebuild x11-terms/kitty/kitty-0.35.2.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: d5f4929e0ac3f31101d34ea8cfb5d6ecf1dc38cf X-VCS-Branch: master Date: Fri, 16 Aug 2024 00:05:10 +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: aaaa2a59-4bc9-4d3b-bad5-91b198f6fe37 X-Archives-Hash: a7fb5f8581a23e1d85c83dfe5abf8caa commit: d5f4929e0ac3f31101d34ea8cfb5d6ecf1dc38cf Author: Ionen Wolkens gentoo org> AuthorDate: Thu Aug 15 23:25:59 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Aug 16 00:04:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f4929e x11-terms/kitty: remove redundant workaround Still an issue, but workaround is now handled by go-env.eclass. Bug: https://bugs.gentoo.org/924436 Thanks-to: Sam James gentoo.org> Signed-off-by: Ionen Wolkens gentoo.org> x11-terms/kitty/kitty-0.34.1.ebuild | 12 +----------- x11-terms/kitty/kitty-0.35.2.ebuild | 12 +----------- x11-terms/kitty/kitty-9999.ebuild | 12 +----------- 3 files changed, 3 insertions(+), 33 deletions(-) diff --git a/x11-terms/kitty/kitty-0.34.1.ebuild b/x11-terms/kitty/kitty-0.34.1.ebuild index 2fd93cddd02c..cdd3efe60acc 100644 --- a/x11-terms/kitty/kitty-0.34.1.ebuild +++ b/x11-terms/kitty/kitty-0.34.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -inherit edo flag-o-matic go-env optfeature multiprocessing +inherit edo go-env optfeature multiprocessing inherit python-single-r1 toolchain-funcs xdg if [[ ${PV} == 9999 ]]; then @@ -136,16 +136,6 @@ src_compile() { 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), - # retry now and then to see if can be dropped - tc-is-gcc && - CGO_CFLAGS=$( - CFLAGS=${CGO_CFLAGS} - replace-flags -g3 -g - replace-flags -ggdb3 -ggdb - printf %s "${CFLAGS}" - ) - local conf=( --disable-link-time-optimization --ignore-compiler-warnings diff --git a/x11-terms/kitty/kitty-0.35.2.ebuild b/x11-terms/kitty/kitty-0.35.2.ebuild index ec0e87ecfb7d..6ee50e0f8ad0 100644 --- a/x11-terms/kitty/kitty-0.35.2.ebuild +++ b/x11-terms/kitty/kitty-0.35.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) -inherit edo flag-o-matic go-env optfeature multiprocessing +inherit edo go-env optfeature multiprocessing inherit python-single-r1 toolchain-funcs xdg if [[ ${PV} == 9999 ]]; then @@ -136,16 +136,6 @@ src_compile() { 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), - # retry now and then to see if can be dropped - tc-is-gcc && - CGO_CFLAGS=$( - CFLAGS=${CGO_CFLAGS} - replace-flags -g3 -g - replace-flags -ggdb3 -ggdb - printf %s "${CFLAGS}" - ) - local conf=( --disable-link-time-optimization --ignore-compiler-warnings diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index f90f58f4b109..9e678478d906 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) -inherit edo flag-o-matic go-env optfeature multiprocessing +inherit edo go-env optfeature multiprocessing inherit python-single-r1 toolchain-funcs xdg if [[ ${PV} == 9999 ]]; then @@ -137,16 +137,6 @@ src_compile() { 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), - # retry now and then to see if can be dropped - tc-is-gcc && - CGO_CFLAGS=$( - CFLAGS=${CGO_CFLAGS} - replace-flags -g3 -g - replace-flags -ggdb3 -ggdb - printf %s "${CFLAGS}" - ) - local conf=( --disable-link-time-optimization --ignore-compiler-warnings