From 592d85e59acd73be93089c7c6a6d0b2ac4e3d807 Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Mon, 20 Mar 2023 07:54:14 +0800 Subject: [PATCH] dev-vcs/stgit: fix LDFLAGS QA warning Closes: https://bugs.gentoo.org/902005 Signed-off-by: Yixun Lan --- dev-vcs/stgit/stgit-2.1.0.ebuild | 2 +- dev-vcs/stgit/stgit-2.2.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/stgit/stgit-2.1.0.ebuild b/dev-vcs/stgit/stgit-2.1.0.ebuild index 20fc837b2e4e7..54147b17ac7c5 100644 --- a/dev-vcs/stgit/stgit-2.1.0.ebuild +++ b/dev-vcs/stgit/stgit-2.1.0.ebuild @@ -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 diff --git a/dev-vcs/stgit/stgit-2.2.0.ebuild b/dev-vcs/stgit/stgit-2.2.0.ebuild index 5c031f8713239..683baec1b3a52 100644 --- a/dev-vcs/stgit/stgit-2.2.0.ebuild +++ b/dev-vcs/stgit/stgit-2.2.0.ebuild @@ -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