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 17FE515A7D9 for ; Fri, 17 Mar 2023 21:13:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45653E0E24; Fri, 17 Mar 2023 21:13:40 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2910AE0E24 for ; Fri, 17 Mar 2023 21:13:39 +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 0EA633412EC for ; Fri, 17 Mar 2023 21:13:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F0A38D4 for ; Fri, 17 Mar 2023 21:13:37 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1679087599.d4840720dd19e04b3f366990a9e43f6e88a11ee1.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/stgit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/stgit/stgit-2.1.0.ebuild dev-vcs/stgit/stgit-2.2.0.ebuild X-VCS-Directories: dev-vcs/stgit/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: d4840720dd19e04b3f366990a9e43f6e88a11ee1 X-VCS-Branch: master Date: Fri, 17 Mar 2023 21:13:37 +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: d19affda-cc27-499f-9f3f-cc91baa59cd3 X-Archives-Hash: e8c54b936ce6c2c263f47005f15f7f2a commit: d4840720dd19e04b3f366990a9e43f6e88a11ee1 Author: Yixun Lan gentoo org> AuthorDate: Fri Mar 17 21:12:11 2023 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Mar 17 21:13:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4840720 dev-vcs/stgit: filter out LTO flags Closes: https://bugs.gentoo.org/897692 Signed-off-by: Yixun Lan gentoo.org> dev-vcs/stgit/stgit-2.1.0.ebuild | 6 +++++- dev-vcs/stgit/stgit-2.2.0.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dev-vcs/stgit/stgit-2.1.0.ebuild b/dev-vcs/stgit/stgit-2.1.0.ebuild index 695bde8fecfd..20fc837b2e4e 100644 --- a/dev-vcs/stgit/stgit-2.1.0.ebuild +++ b/dev-vcs/stgit/stgit-2.1.0.ebuild @@ -123,7 +123,7 @@ CRATES=" xattr-0.2.3 " -inherit cargo +inherit cargo flag-o-matic DESCRIPTION="Manage a stack of patches using GIT as a backend" HOMEPAGE="https://stacked-git.github.io" @@ -144,6 +144,10 @@ RDEPEND="" # update with proper path to binaries this crate installs, omit leading / QA_FLAGS_IGNORED="usr/bin/${PN}" +src_configure() { + filter-lto #bug 897692 +} + src_compile() { cargo_src_compile emake completion diff --git a/dev-vcs/stgit/stgit-2.2.0.ebuild b/dev-vcs/stgit/stgit-2.2.0.ebuild index c1d5ca48fd91..5c031f871323 100644 --- a/dev-vcs/stgit/stgit-2.2.0.ebuild +++ b/dev-vcs/stgit/stgit-2.2.0.ebuild @@ -175,7 +175,7 @@ CRATES=" xattr-0.2.3 " -inherit cargo +inherit cargo flag-o-matic DESCRIPTION="Manage a stack of patches using GIT as a backend" HOMEPAGE="https://stacked-git.github.io" @@ -196,6 +196,10 @@ RDEPEND="" # update with proper path to binaries this crate installs, omit leading / QA_FLAGS_IGNORED="usr/bin/${PN}" +src_configure() { + filter-lto #bug 897692 +} + src_compile() { cargo_src_compile emake completion