commit: 97bb4cb5ee3ecc34c2d55c9d83aa02b8021d9c46 Author: Luca Barbato <lu_zero <AT> gentoo <DOT> org> AuthorDate: Thu Jul 28 07:21:09 2022 +0000 Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org> CommitDate: Thu Jul 28 07:24:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97bb4cb5
sys-apps/uutils: add QA_FLAGS_IGNORED A rust application normally does not have C components. Signed-off-by: Luca Barbato <lu_zero <AT> gentoo.org> sys-apps/uutils/uutils-0.0.14.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/uutils/uutils-0.0.14.ebuild b/sys-apps/uutils/uutils-0.0.14.ebuild index 13b3ea88d8e8..8f7dcc97f333 100644 --- a/sys-apps/uutils/uutils-0.0.14.ebuild +++ b/sys-apps/uutils/uutils-0.0.14.ebuild @@ -253,6 +253,7 @@ SRC_URI+=" $(cargo_crate_uris)" # License set may be more restrictive as OR is not respected # use cargo-license for a more accurate license picture LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 CC0-1.0 ISC MIT Unlicense" +QA_FLAGS_IGNORED=".*" BDEPEND=">=virtual/rust-1.56.0"
