summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-05-09 23:43:02 +0100
committerSam James <sam@gentoo.org>2024-05-09 23:43:02 +0100
commitd466ab6498c40424d387d96b39db6349aae70221 (patch)
tree954cba2744fbb4e3ee1e1c1fa375e366bf3652f5
parentsys-apps/coreutils: extend implicit func. decl QA exemptions for musl (diff)
downloadgentoo-d466ab6498c40424d387d96b39db6349aae70221.tar.gz
gentoo-d466ab6498c40424d387d96b39db6349aae70221.tar.bz2
gentoo-d466ab6498c40424d387d96b39db6349aae70221.zip
net-misc/chrony: ignore recvmmsg FP
It checks after with a macro, so it's fine. Closes: https://bugs.gentoo.org/907877 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-misc/chrony/chrony-4.5.ebuild5
-rw-r--r--net-misc/chrony/chrony-9999.ebuild5
2 files changed, 10 insertions, 0 deletions
diff --git a/net-misc/chrony/chrony-4.5.ebuild b/net-misc/chrony/chrony-4.5.ebuild
index f6d81c3f64ff..4ecfba558704 100644
--- a/net-misc/chrony/chrony-4.5.ebuild
+++ b/net-misc/chrony/chrony-4.5.ebuild
@@ -81,6 +81,11 @@ PATCHES=(
"${FILESDIR}"/${PN}-4.2-systemd-gentoo.patch
)
+QA_CONFIG_IMPL_DECL_SKIP=(
+ # FP, checks with macro afterwards (bug #907877)
+ recvmmsg
+)
+
src_prepare() {
default
diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild
index 13628d6f3fc3..c6ec6d3a8647 100644
--- a/net-misc/chrony/chrony-9999.ebuild
+++ b/net-misc/chrony/chrony-9999.ebuild
@@ -81,6 +81,11 @@ PATCHES=(
"${FILESDIR}"/${PN}-4.2-systemd-gentoo.patch
)
+QA_CONFIG_IMPL_DECL_SKIP=(
+ # FP, checks with macro afterwards (bug #907877)
+ recvmmsg
+)
+
src_prepare() {
default