mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user