diff options
author | Joe Kappus <joe@wt.gd> | 2023-03-16 05:43:08 -0400 |
---|---|---|
committer | Joe Kappus <joe@wt.gd> | 2023-03-16 05:43:08 -0400 |
commit | dd2cce685bdb1c9158de687dc8b4d9bf0d4cc88c (patch) | |
tree | d22a937eb115b419ee657c0d34aa8868799a0cc1 /sys-fs | |
parent | app-editors/helix: treeclean, now in ::gentoo (diff) | |
download | guru-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.ebuild | 4 |
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 +) |