summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-28 17:57:52 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-28 18:08:37 +0100
commit810ef14b9eaa593e8cef15b2313d7da5c12569d3 (patch)
treedab2af9ce27c233956c833129b9bf59f7d77cbc8
parentx11-drivers/nvidia-drivers: add 530.30.02 (unkeyworded beta) (diff)
downloadgentoo-810ef14b.tar.gz
gentoo-810ef14b.tar.bz2
gentoo-810ef14b.zip
sys-block/parted: Silence implicit function decl false positive
Closes: https://bugs.gentoo.org/898434 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sys-block/parted/parted-3.5.ebuild3
1 files changed, 3 insertions, 0 deletions
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