dev-vcs/stgit: fix LDFLAGS QA warning

Closes: https://bugs.gentoo.org/902005
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Yixun Lan
2023-03-20 07:54:14 +08:00
parent 5b55272cd4
commit 592d85e59a
2 changed files with 2 additions and 2 deletions

View File

@@ -142,7 +142,7 @@ RDEPEND=""
# rust does not use *FLAGS from make.conf, silence portage warning
# update with proper path to binaries this crate installs, omit leading /
QA_FLAGS_IGNORED="usr/bin/${PN}"
QA_FLAGS_IGNORED="usr/bin/stg"
src_configure() {
filter-lto #bug 897692

View File

@@ -194,7 +194,7 @@ RDEPEND=""
# rust does not use *FLAGS from make.conf, silence portage warning
# update with proper path to binaries this crate installs, omit leading /
QA_FLAGS_IGNORED="usr/bin/${PN}"
QA_FLAGS_IGNORED="usr/bin/stg"
src_configure() {
filter-lto #bug 897692