summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2023-03-20 07:54:14 +0800
committerYixun Lan <dlan@gentoo.org>2023-03-20 07:54:14 +0800
commit592d85e59acd73be93089c7c6a6d0b2ac4e3d807 (patch)
tree4737b402bcc89709ce88507d588dda8d13ac6a31
parentsys-apps/xdg-desktop-portal-gnome: Version bump to 44.0 (diff)
downloadgentoo-592d85e5.tar.gz
gentoo-592d85e5.tar.bz2
gentoo-592d85e5.zip
dev-vcs/stgit: fix LDFLAGS QA warning
Closes: https://bugs.gentoo.org/902005 Signed-off-by: Yixun Lan <dlan@gentoo.org>
-rw-r--r--dev-vcs/stgit/stgit-2.1.0.ebuild2
-rw-r--r--dev-vcs/stgit/stgit-2.2.0.ebuild2
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