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 4DBC115852A for ; Thu, 15 Aug 2024 21:18:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CDA7E29F0; Thu, 15 Aug 2024 21:18:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 02F5DE29F0 for ; Thu, 15 Aug 2024 21:18:48 +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 35BBE343017 for ; Thu, 15 Aug 2024 21:18:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7F1B1EF2 for ; Thu, 15 Aug 2024 21:18:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1723756703.fc1c525c544f7c4e4bc4a51ab71f7755e592eeef.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/github-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/github-cli/github-cli-2.27.0.ebuild dev-util/github-cli/github-cli-2.31.0.ebuild dev-util/github-cli/github-cli-2.32.1.ebuild dev-util/github-cli/github-cli-2.33.0.ebuild dev-util/github-cli/github-cli-2.42.0.ebuild dev-util/github-cli/github-cli-2.52.0.ebuild dev-util/github-cli/github-cli-9999.ebuild X-VCS-Directories: dev-util/github-cli/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fc1c525c544f7c4e4bc4a51ab71f7755e592eeef X-VCS-Branch: master Date: Thu, 15 Aug 2024 21:18:45 +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: 84631b8b-276c-4bdf-bc98-b53cdbf8cb71 X-Archives-Hash: 6a4159cebb120a74206029381bdf5d87 commit: fc1c525c544f7c4e4bc4a51ab71f7755e592eeef Author: Sam James gentoo org> AuthorDate: Thu Aug 15 21:11:24 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 15 21:18:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1c525c dev-util/github-cli: drop now-obsolete flag mangling The real issue is intrinsic to Go (or cgo, anyway) and so we shouldn't do it per-package, but rather in go-env.eclass. That's done now, so drop the package-local workaround. Bug: https://bugs.gentoo.org/924496 Signed-off-by: Sam James gentoo.org> dev-util/github-cli/github-cli-2.27.0.ebuild | 9 +-------- dev-util/github-cli/github-cli-2.31.0.ebuild | 9 +-------- dev-util/github-cli/github-cli-2.32.1.ebuild | 9 +-------- dev-util/github-cli/github-cli-2.33.0.ebuild | 9 +-------- dev-util/github-cli/github-cli-2.42.0.ebuild | 9 +-------- dev-util/github-cli/github-cli-2.52.0.ebuild | 9 +-------- dev-util/github-cli/github-cli-9999.ebuild | 9 +-------- 7 files changed, 7 insertions(+), 56 deletions(-) diff --git a/dev-util/github-cli/github-cli-2.27.0.ebuild b/dev-util/github-cli/github-cli-2.27.0.ebuild index 49f74d520f92..4484ca69c4ef 100644 --- a/dev-util/github-cli/github-cli-2.27.0.ebuild +++ b/dev-util/github-cli/github-cli-2.27.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit bash-completion-r1 flag-o-matic go-module +inherit bash-completion-r1 go-module DESCRIPTION="GitHub CLI" HOMEPAGE="https://github.com/cli/cli" @@ -25,13 +25,6 @@ RDEPEND=">=dev-vcs/git-1.7.3" RESTRICT="test" src_unpack() { - # Filter LTO flags to avoid build failures. - filter-lto - # Filter '-ggdb3' flag to avoid build failures. bugs.gentoo.org/847991 - filter-flags "-ggdb3" - # Go LDFLAGS are not the same as GCC/Binutils LDFLAGS - unset LDFLAGS - if [[ ${PV} == *9999 ]]; then git-r3_src_unpack go-module_live_vendor diff --git a/dev-util/github-cli/github-cli-2.31.0.ebuild b/dev-util/github-cli/github-cli-2.31.0.ebuild index 49f74d520f92..4484ca69c4ef 100644 --- a/dev-util/github-cli/github-cli-2.31.0.ebuild +++ b/dev-util/github-cli/github-cli-2.31.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit bash-completion-r1 flag-o-matic go-module +inherit bash-completion-r1 go-module DESCRIPTION="GitHub CLI" HOMEPAGE="https://github.com/cli/cli" @@ -25,13 +25,6 @@ RDEPEND=">=dev-vcs/git-1.7.3" RESTRICT="test" src_unpack() { - # Filter LTO flags to avoid build failures. - filter-lto - # Filter '-ggdb3' flag to avoid build failures. bugs.gentoo.org/847991 - filter-flags "-ggdb3" - # Go LDFLAGS are not the same as GCC/Binutils LDFLAGS - unset LDFLAGS - if [[ ${PV} == *9999 ]]; then git-r3_src_unpack go-module_live_vendor diff --git a/dev-util/github-cli/github-cli-2.32.1.ebuild b/dev-util/github-cli/github-cli-2.32.1.ebuild index 49f74d520f92..4484ca69c4ef 100644 --- a/dev-util/github-cli/github-cli-2.32.1.ebuild +++ b/dev-util/github-cli/github-cli-2.32.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit bash-completion-r1 flag-o-matic go-module +inherit bash-completion-r1 go-module DESCRIPTION="GitHub CLI" HOMEPAGE="https://github.com/cli/cli" @@ -25,13 +25,6 @@ RDEPEND=">=dev-vcs/git-1.7.3" RESTRICT="test" src_unpack() { - # Filter LTO flags to avoid build failures. - filter-lto - # Filter '-ggdb3' flag to avoid build failures. bugs.gentoo.org/847991 - filter-flags "-ggdb3" - # Go LDFLAGS are not the same as GCC/Binutils LDFLAGS - unset LDFLAGS - if [[ ${PV} == *9999 ]]; then git-r3_src_unpack go-module_live_vendor diff --git a/dev-util/github-cli/github-cli-2.33.0.ebuild b/dev-util/github-cli/github-cli-2.33.0.ebuild index 49f74d520f92..4484ca69c4ef 100644 --- a/dev-util/github-cli/github-cli-2.33.0.ebuild +++ b/dev-util/github-cli/github-cli-2.33.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit bash-completion-r1 flag-o-matic go-module +inherit bash-completion-r1 go-module DESCRIPTION="GitHub CLI" HOMEPAGE="https://github.com/cli/cli" @@ -25,13 +25,6 @@ RDEPEND=">=dev-vcs/git-1.7.3" RESTRICT="test" src_unpack() { - # Filter LTO flags to avoid build failures. - filter-lto - # Filter '-ggdb3' flag to avoid build failures. bugs.gentoo.org/847991 - filter-flags "-ggdb3" - # Go LDFLAGS are not the same as GCC/Binutils LDFLAGS - unset LDFLAGS - if [[ ${PV} == *9999 ]]; then git-r3_src_unpack go-module_live_vendor diff --git a/dev-util/github-cli/github-cli-2.42.0.ebuild b/dev-util/github-cli/github-cli-2.42.0.ebuild index 49f74d520f92..4484ca69c4ef 100644 --- a/dev-util/github-cli/github-cli-2.42.0.ebuild +++ b/dev-util/github-cli/github-cli-2.42.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit bash-completion-r1 flag-o-matic go-module +inherit bash-completion-r1 go-module DESCRIPTION="GitHub CLI" HOMEPAGE="https://github.com/cli/cli" @@ -25,13 +25,6 @@ RDEPEND=">=dev-vcs/git-1.7.3" RESTRICT="test" src_unpack() { - # Filter LTO flags to avoid build failures. - filter-lto - # Filter '-ggdb3' flag to avoid build failures. bugs.gentoo.org/847991 - filter-flags "-ggdb3" - # Go LDFLAGS are not the same as GCC/Binutils LDFLAGS - unset LDFLAGS - if [[ ${PV} == *9999 ]]; then git-r3_src_unpack go-module_live_vendor diff --git a/dev-util/github-cli/github-cli-2.52.0.ebuild b/dev-util/github-cli/github-cli-2.52.0.ebuild index 49f74d520f92..4484ca69c4ef 100644 --- a/dev-util/github-cli/github-cli-2.52.0.ebuild +++ b/dev-util/github-cli/github-cli-2.52.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit bash-completion-r1 flag-o-matic go-module +inherit bash-completion-r1 go-module DESCRIPTION="GitHub CLI" HOMEPAGE="https://github.com/cli/cli" @@ -25,13 +25,6 @@ RDEPEND=">=dev-vcs/git-1.7.3" RESTRICT="test" src_unpack() { - # Filter LTO flags to avoid build failures. - filter-lto - # Filter '-ggdb3' flag to avoid build failures. bugs.gentoo.org/847991 - filter-flags "-ggdb3" - # Go LDFLAGS are not the same as GCC/Binutils LDFLAGS - unset LDFLAGS - if [[ ${PV} == *9999 ]]; then git-r3_src_unpack go-module_live_vendor diff --git a/dev-util/github-cli/github-cli-9999.ebuild b/dev-util/github-cli/github-cli-9999.ebuild index a6d2c60b5a03..2ec1463144a6 100644 --- a/dev-util/github-cli/github-cli-9999.ebuild +++ b/dev-util/github-cli/github-cli-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit bash-completion-r1 flag-o-matic go-module +inherit bash-completion-r1 go-module DESCRIPTION="GitHub CLI" HOMEPAGE="https://github.com/cli/cli" @@ -25,13 +25,6 @@ RDEPEND=">=dev-vcs/git-1.7.3" RESTRICT="test" src_unpack() { - # Filter LTO flags to avoid build failures. - filter-lto - # Filter '-ggdb3' flag to avoid build failures. bugs.gentoo.org/847991 - filter-flags "-ggdb3" - # Go LDFLAGS are not the same as GCC/Binutils LDFLAGS - unset LDFLAGS - if [[ ${PV} == *9999 ]]; then git-r3_src_unpack go-module_live_vendor