commit: de291e9ee855a904ec9f56d1339d0be7a464a2a2 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Wed May 10 07:53:21 2023 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Fri May 12 04:34:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de291e9e
net-misc/turbovnc: fix clang-16 warning QA check Ignore BSD-only functions. Closes: https://bugs.gentoo.org/879797 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> net-misc/turbovnc/turbovnc-3.0.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-misc/turbovnc/turbovnc-3.0.3.ebuild b/net-misc/turbovnc/turbovnc-3.0.3.ebuild index abebac6c9c50..7cd8e44d220b 100644 --- a/net-misc/turbovnc/turbovnc-3.0.3.ebuild +++ b/net-misc/turbovnc/turbovnc-3.0.3.ebuild @@ -70,6 +70,9 @@ PATCHES=( "${FILESDIR}"/"${PN}"-3.0-fix-musl-compilation.patch ) VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/vgl-turbovnc.asc +#879797 - BSD functions +QA_CONFIG_IMPL_DECL_SKIP=( strlcat strlcpy ) + pkg_pretend() { if use ssl && ! use server; then einfo "USE=\"ssl\" selected but USE=\"server\" is not. The SSL support is unused"
