From 221c8210e155dfa28ce9021973f6ebbc62f5f97b Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Fri, 16 Aug 2024 06:18:03 +0000 Subject: Adding metadata --- dev-util/github-cli/github-cli-2.32.1.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'dev-util/github-cli/github-cli-2.32.1.ebuild') 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 6ee5a5968dbd..4484ca69c4ef 100644 --- a/dev-util/github-cli/github-cli-2.32.1.ebuild +++ b/dev-util/github-cli/github-cli-2.32.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # 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" @@ -35,12 +35,6 @@ src_unpack() { src_compile() { [[ ${PV} == *9999 ]] || export GH_VERSION="v${PV}" - # 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 # Once we set up cross compiling, this line will need to be adjusted # to compile for the target. # Everything else in this function happens on the host. -- cgit v1.3.1