From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3FE6D1581D3 for ; Fri, 24 May 2024 09:09:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F992E2A5B; Fri, 24 May 2024 09:09:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C32DE2A5B for ; Fri, 24 May 2024 09:09:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68995335DEB for ; Fri, 24 May 2024 09:09:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FB9BED0 for ; Fri, 24 May 2024 09:09:31 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1716541755.a095d139a222122359bbf01c16bdb4b685fbb4da.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/erlang/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/erlang/erlang-27.0.ebuild X-VCS-Directories: dev-lang/erlang/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: a095d139a222122359bbf01c16bdb4b685fbb4da X-VCS-Branch: master Date: Fri, 24 May 2024 09:09:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0defb86e-6a76-4e88-9d9e-32e7f6003afc X-Archives-Hash: 1cd0757547d81b02f7549f0acd6d6fce commit: a095d139a222122359bbf01c16bdb4b685fbb4da Author: Matthew Smith gentoo org> AuthorDate: Fri May 24 09:07:40 2024 +0000 Commit: Matthew Smith gentoo 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 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