summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2025-01-10 14:15:41 +0100
committerPetr Vaněk <arkamar@gentoo.org>2025-01-10 14:26:27 +0100
commit40934b99ce963b13e33514aa345a4cca68d278a2 (patch)
tree32795c5332a5790255f2915b521050a5adea16ec /net-mail
parentsys-kernel/vanilla-kernel: Add a missing 6.1.9999 ebuild (diff)
downloadgentoo-40934b99ce963b13e33514aa345a4cca68d278a2.tar.gz
gentoo-40934b99ce963b13e33514aa345a4cca68d278a2.tar.bz2
gentoo-40934b99ce963b13e33514aa345a4cca68d278a2.zip
net-mail/fdm: skip qa check for b64_ntop
Musl does no provide b64_ntop function, therefore the implicit function declaration message is rather false positive. fdm fallbacks to compat implementation based on this configuration check. Closes: https://bugs.gentoo.org/907833 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/fdm/fdm-2.2-r3.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/net-mail/fdm/fdm-2.2-r3.ebuild b/net-mail/fdm/fdm-2.2-r3.ebuild
index 404b0182e72b..ee77b6292d2d 100644
--- a/net-mail/fdm/fdm-2.2-r3.ebuild
+++ b/net-mail/fdm/fdm-2.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -25,6 +25,11 @@ RDEPEND="
acct-user/fdm
"
+QA_CONFIG_IMPL_DECL_SKIP=(
+ # missing on musl, fdm has fallback implememntation
+ b64_ntop
+)
+
DOCS=( CHANGES README TODO MANUAL )
PATCHES=(