commit: c43dbf73b28e594a46a63d40a99a5c61c151b324
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 20:57:09 2023 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 21:13:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43dbf73
dev-vcs/stgit: ignore LDFLAGS respect warning for rust app
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
dev-vcs/stgit/stgit-2.1.0.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-vcs/stgit/stgit-2.1.0.ebuild b/dev-vcs/stgit/stgit-2.1.0.ebuild
index bb5b17a5eeb7..695bde8fecfd 100644
--- a/dev-vcs/stgit/stgit-2.1.0.ebuild
+++ b/dev-vcs/stgit/stgit-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Auto-Generated by cargo-ebuild 0.5.2
@@ -140,6 +140,10 @@ IUSE="doc"
DEPEND="doc? ( app-text/asciidoc )"
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}"
+
src_compile() {
cargo_src_compile
emake completion