mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user