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>
This commit is contained in:
Joe Kappus 2023-03-16 05:43:08 -04:00
parent ef332c32ed
commit dd2cce685b
No known key found for this signature in database
GPG Key ID: 4612DE5F4CD18C3B

View File

@ -15,3 +15,7 @@ IUSE=""
RDEPEND="sys-fs/e2fsprogs"
DEPEND=${RDEPEND}
QA_CONFIG_IMPL_DECL_SKIP=(
makedev
)