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 8CE25158009 for ; Wed, 28 Jun 2023 06:27:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD906E085A; Wed, 28 Jun 2023 06:27:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 8F6C3E085A for ; Wed, 28 Jun 2023 06:27:54 +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 326A1340F95 for ; Wed, 28 Jun 2023 06:27:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 654CB8DC for ; Wed, 28 Jun 2023 06:27:51 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1687933595.849472dfa3e08b890b31bf72e11f5969e9ce2db2.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: dev-lang/python/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: dev-lang/python/python-3.11.3.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 849472dfa3e08b890b31bf72e11f5969e9ce2db2 X-VCS-Branch: master Date: Wed, 28 Jun 2023 06:27:51 +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: f9ffdafb-e534-4833-82a0-2a3935de3c2f X-Archives-Hash: d1149f1317aa81ec8946465599b7c5c0 commit: 849472dfa3e08b890b31bf72e11f5969e9ce2db2 Author: Fabian Groffen gentoo org> AuthorDate: Wed Jun 28 06:26:35 2023 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Jun 28 06:26:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=849472df dev-lang/python-3.11.3: hide __dyld_shared_cache_contains_path on macOS 10.15 Bug: https://bugs.gentoo.org/908187 Signed-off-by: Fabian Groffen gentoo.org> dev-lang/python/python-3.11.3.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dev-lang/python/python-3.11.3.ebuild b/dev-lang/python/python-3.11.3.ebuild index 33c454eac4..0c2e6778d4 100644 --- a/dev-lang/python/python-3.11.3.ebuild +++ b/dev-lang/python/python-3.11.3.ebuild @@ -159,6 +159,16 @@ src_prepare() { configure.ac configure || die fi + if [[ ${CHOST} == *-darwin19 ]] ; then + # HAVE_DYLD_SHARED_CACHE_CONTAINS_PATH is set because + # _dyld_shared_cache_contains_path could be found, yet it cannot + # be resolved when dlopen()ing, so simply pretend it doesn't + # exist here + sed -i \ + -e 's/_dyld_shared_cache_contains_path/disabled&/' \ + configure.ac configure || die + fi + if [[ ${CHOST} == *-solaris* ]] ; then # OpenIndiana/Solaris 11 defines inet_aton no longer in # libresolv, so use hstrerror to check if we need -lresolv