aboutsummaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorJoe Kappus <joe@wt.gd>2023-03-16 05:43:08 -0400
committerJoe Kappus <joe@wt.gd>2023-03-16 05:43:08 -0400
commitdd2cce685bdb1c9158de687dc8b4d9bf0d4cc88c (patch)
treed22a937eb115b419ee657c0d34aa8868799a0cc1 /sys-fs
parentapp-editors/helix: treeclean, now in ::gentoo (diff)
downloadguru-dd2cce685bdb1c9158de687dc8b4d9bf0d4cc88c.tar.gz
guru-dd2cce685bdb1c9158de687dc8b4d9bf0d4cc88c.tar.bz2
guru-dd2cce685bdb1c9158de687dc8b4d9bf0d4cc88c.zip
sys-fs/ufiformat: QA silencing
QA complains about impl function declarations in configure, skip the check. Closes: https://bugs.gentoo.org/901447 Signed-off-by: Joe Kappus <joe@wt.gd>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/ufiformat/ufiformat-0.9.9.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-fs/ufiformat/ufiformat-0.9.9.ebuild b/sys-fs/ufiformat/ufiformat-0.9.9.ebuild
index e0bf3984a..8e97e3103 100644
--- a/sys-fs/ufiformat/ufiformat-0.9.9.ebuild
+++ b/sys-fs/ufiformat/ufiformat-0.9.9.ebuild
@@ -15,3 +15,7 @@ IUSE=""
RDEPEND="sys-fs/e2fsprogs"
DEPEND=${RDEPEND}
+
+QA_CONFIG_IMPL_DECL_SKIP=(
+ makedev
+)