commit:     592d85e59acd73be93089c7c6a6d0b2ac4e3d807
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 23:54:14 2023 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 23:54:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592d85e5

dev-vcs/stgit: fix LDFLAGS QA warning

Closes: https://bugs.gentoo.org/902005
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 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 20fc837b2e4e..54147b17ac7c 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 5c031f871323..683baec1b3a5 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

Reply via email to