diff options
author | Yixun Lan <dlan@gentoo.org> | 2023-03-20 07:54:14 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2023-03-20 07:54:14 +0800 |
commit | 592d85e59acd73be93089c7c6a6d0b2ac4e3d807 (patch) | |
tree | 4737b402bcc89709ce88507d588dda8d13ac6a31 | |
parent | sys-apps/xdg-desktop-portal-gnome: Version bump to 44.0 (diff) | |
download | gentoo-592d85e59acd73be93089c7c6a6d0b2ac4e3d807.tar.gz gentoo-592d85e59acd73be93089c7c6a6d0b2ac4e3d807.tar.bz2 gentoo-592d85e59acd73be93089c7c6a6d0b2ac4e3d807.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.ebuild | 2 | ||||
-rw-r--r-- | 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 |