diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2022-07-28 09:21:09 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2022-07-28 09:24:53 +0200 |
commit | 97bb4cb5ee3ecc34c2d55c9d83aa02b8021d9c46 (patch) | |
tree | fd448edb1259c0d836dacc7c088b7f9bbb468f96 /sys-apps/uutils | |
parent | app-editors/nano: x86 stable wrt bug #861566 (diff) | |
download | gentoo-97bb4cb5ee3ecc34c2d55c9d83aa02b8021d9c46.tar.gz gentoo-97bb4cb5ee3ecc34c2d55c9d83aa02b8021d9c46.tar.bz2 gentoo-97bb4cb5ee3ecc34c2d55c9d83aa02b8021d9c46.zip |
sys-apps/uutils: add QA_FLAGS_IGNORED
A rust application normally does not have C components.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'sys-apps/uutils')
-rw-r--r-- | sys-apps/uutils/uutils-0.0.14.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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" |