Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/stgit/
Date: Sun, 19 Mar 2023 23:55:45
Message-Id: 1679270054.592d85e59acd73be93089c7c6a6d0b2ac4e3d807.dlan@gentoo
1 commit: 592d85e59acd73be93089c7c6a6d0b2ac4e3d807
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 23:54:14 2023 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 23:54:14 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592d85e5
7
8 dev-vcs/stgit: fix LDFLAGS QA warning
9
10 Closes: https://bugs.gentoo.org/902005
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 dev-vcs/stgit/stgit-2.1.0.ebuild | 2 +-
14 dev-vcs/stgit/stgit-2.2.0.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-vcs/stgit/stgit-2.1.0.ebuild b/dev-vcs/stgit/stgit-2.1.0.ebuild
18 index 20fc837b2e4e..54147b17ac7c 100644
19 --- a/dev-vcs/stgit/stgit-2.1.0.ebuild
20 +++ b/dev-vcs/stgit/stgit-2.1.0.ebuild
21 @@ -142,7 +142,7 @@ RDEPEND=""
22
23 # rust does not use *FLAGS from make.conf, silence portage warning
24 # update with proper path to binaries this crate installs, omit leading /
25 -QA_FLAGS_IGNORED="usr/bin/${PN}"
26 +QA_FLAGS_IGNORED="usr/bin/stg"
27
28 src_configure() {
29 filter-lto #bug 897692
30
31 diff --git a/dev-vcs/stgit/stgit-2.2.0.ebuild b/dev-vcs/stgit/stgit-2.2.0.ebuild
32 index 5c031f871323..683baec1b3a5 100644
33 --- a/dev-vcs/stgit/stgit-2.2.0.ebuild
34 +++ b/dev-vcs/stgit/stgit-2.2.0.ebuild
35 @@ -194,7 +194,7 @@ RDEPEND=""
36
37 # rust does not use *FLAGS from make.conf, silence portage warning
38 # update with proper path to binaries this crate installs, omit leading /
39 -QA_FLAGS_IGNORED="usr/bin/${PN}"
40 +QA_FLAGS_IGNORED="usr/bin/stg"
41
42 src_configure() {
43 filter-lto #bug 897692