summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2022-07-28 09:21:09 +0200
committerLuca Barbato <lu_zero@gentoo.org>2022-07-28 09:24:53 +0200
commit97bb4cb5ee3ecc34c2d55c9d83aa02b8021d9c46 (patch)
treefd448edb1259c0d836dacc7c088b7f9bbb468f96 /sys-apps
parentapp-editors/nano: x86 stable wrt bug #861566 (diff)
downloadgentoo-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')
-rw-r--r--sys-apps/uutils/uutils-0.0.14.ebuild1
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"