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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 119E615812D for ; Sat, 04 Jan 2025 15:17:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1720AE07A5; Sat, 04 Jan 2025 15:17:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01001E07A5 for ; Sat, 04 Jan 2025 15:17:52 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47C57335D6A for ; Sat, 04 Jan 2025 15:17:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AF581996 for ; Sat, 04 Jan 2025 15:17:49 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1736002723.e1d2efd98daadcfe7ff7f870caca2d5f16c9030e.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-misc/socat/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: net-misc/socat/socat-1.7.4.4-r1.ebuild X-VCS-Directories: net-misc/socat/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: e1d2efd98daadcfe7ff7f870caca2d5f16c9030e X-VCS-Branch: master Date: Sat, 04 Jan 2025 15:17:49 +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: 96aa4140-561f-4400-836c-2fba19329d82 X-Archives-Hash: f2fdeec67a92ce7033eda5d0db813bb8 commit: e1d2efd98daadcfe7ff7f870caca2d5f16c9030e Author: orbea riseup net> AuthorDate: Sat Jan 4 14:58:43 2025 +0000 Commit: orbea riseup net> CommitDate: Sat Jan 4 14:58:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=e1d2efd9 net-misc/socat: sync ::gentoo Signed-off-by: orbea riseup.net> net-misc/socat/socat-1.7.4.4-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-misc/socat/socat-1.7.4.4-r1.ebuild b/net-misc/socat/socat-1.7.4.4-r1.ebuild index 002e024..7bed809 100644 --- a/net-misc/socat/socat-1.7.4.4-r1.ebuild +++ b/net-misc/socat/socat-1.7.4.4-r1.ebuild @@ -49,4 +49,8 @@ src_install() { docinto html dodoc doc/*.html doc/*.css + + if use elibc_musl; then + QA_CONFIG_IMPL_DECL_SKIP=( getprotobynumber_r ) + fi }