commit: a095d139a222122359bbf01c16bdb4b685fbb4da Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Fri May 24 09:07:40 2024 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Fri May 24 09:09:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a095d139
dev-lang/erlang: ignore pthread_set_name_np implicit decl pthread_set_name_np is defined in OpenBSD and FreeBSD. It is expected to fail on Linux systems. Bug: https://bugs.gentoo.org/898762 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> dev-lang/erlang/erlang-27.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-lang/erlang/erlang-27.0.ebuild b/dev-lang/erlang/erlang-27.0.ebuild index 9e9f3e3de089..4cd14be66aa9 100644 --- a/dev-lang/erlang/erlang-27.0.ebuild +++ b/dev-lang/erlang/erlang-27.0.ebuild @@ -55,6 +55,11 @@ PATCHES=( SITEFILE=50"${PN}"-gentoo.el +QA_CONFIG_IMPL_DECL_SKIP=( + # FreeBSD & OpenBSD + pthread_set_name_np +) + src_prepare() { default
