diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-08-16 06:18:03 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-08-16 06:18:03 +0000 |
| commit | 221c8210e155dfa28ce9021973f6ebbc62f5f97b (patch) | |
| tree | 37b87a27a9ed627758e479df71718775328c2577 /dev-util/github-cli/github-cli-2.52.0.ebuild | |
| parent | d2a60d563de96d9052cd5e2cbf89e30f5eb23aee (diff) | |
| download | baldeagleos-repo-221c8210e155dfa28ce9021973f6ebbc62f5f97b.tar.gz baldeagleos-repo-221c8210e155dfa28ce9021973f6ebbc62f5f97b.tar.xz baldeagleos-repo-221c8210e155dfa28ce9021973f6ebbc62f5f97b.zip | |
Adding metadata
Diffstat (limited to 'dev-util/github-cli/github-cli-2.52.0.ebuild')
| -rw-r--r-- | dev-util/github-cli/github-cli-2.52.0.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
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 2d0c1da34ead..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" @@ -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. |
