commit:     810ef14b9eaa593e8cef15b2313d7da5c12569d3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 16:57:52 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 17:08:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810ef14b

sys-block/parted: Silence implicit function decl false positive

Closes: https://bugs.gentoo.org/898434
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-block/parted/parted-3.5.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-block/parted/parted-3.5.ebuild 
b/sys-block/parted/parted-3.5.ebuild
index 1c430e303e73..aab692fab586 100644
--- a/sys-block/parted/parted-3.5.ebuild
+++ b/sys-block/parted/parted-3.5.ebuild
@@ -47,6 +47,9 @@ PATCHES=(
        "${FILESDIR}"/${PN}-3.4-posix-printf.patch
 )
 
+# false positive
+QA_CONFIG_IMPL_DECL_SKIP="MIN"
+
 src_prepare() {
        default
        eautoconf

Reply via email to