diff options
author | Yixun Lan <dlan@gentoo.org> | 2023-03-18 04:57:09 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2023-03-18 05:13:15 +0800 |
commit | c43dbf73b28e594a46a63d40a99a5c61c151b324 (patch) | |
tree | 8f6436d24c4690a93a6257ea856bff382d9eea8b /dev-vcs/stgit | |
parent | mail-filter/spamassassin: Stabilize 4.0.0-r1 ppc64, #901801 (diff) | |
download | gentoo-c43dbf73b28e594a46a63d40a99a5c61c151b324.tar.gz gentoo-c43dbf73b28e594a46a63d40a99a5c61c151b324.tar.bz2 gentoo-c43dbf73b28e594a46a63d40a99a5c61c151b324.zip |
dev-vcs/stgit: ignore LDFLAGS respect warning for rust app
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-vcs/stgit')
-rw-r--r-- | dev-vcs/stgit/stgit-2.1.0.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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 |