Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/parted/
Date: Tue, 28 Feb 2023 17:08:47
Message-Id: 1677604117.810ef14b9eaa593e8cef15b2313d7da5c12569d3.mgorny@gentoo
1 commit: 810ef14b9eaa593e8cef15b2313d7da5c12569d3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 16:57:52 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 17:08:37 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810ef14b
7
8 sys-block/parted: Silence implicit function decl false positive
9
10 Closes: https://bugs.gentoo.org/898434
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 sys-block/parted/parted-3.5.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/sys-block/parted/parted-3.5.ebuild b/sys-block/parted/parted-3.5.ebuild
17 index 1c430e303e73..aab692fab586 100644
18 --- a/sys-block/parted/parted-3.5.ebuild
19 +++ b/sys-block/parted/parted-3.5.ebuild
20 @@ -47,6 +47,9 @@ PATCHES=(
21 "${FILESDIR}"/${PN}-3.4-posix-printf.patch
22 )
23
24 +# false positive
25 +QA_CONFIG_IMPL_DECL_SKIP="MIN"
26 +
27 src_prepare() {
28 default
29 eautoconf