diff options
Diffstat (limited to 'dev-vcs/stgit/stgit-2.1.0.ebuild')
-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 |