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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4ACE41382C5 for ; Sat, 7 Apr 2018 14:03:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70A46E0932; Sat, 7 Apr 2018 14:03:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EDAEE0932 for ; Sat, 7 Apr 2018 14:03:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF755335C43 for ; Sat, 7 Apr 2018 14:03:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27292272 for ; Sat, 7 Apr 2018 14:03:37 +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: <1523109804.143ceeeaac9d62ae7e1ed9b1a1e10ffae44daf2a.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-2.7.14.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 143ceeeaac9d62ae7e1ed9b1a1e10ffae44daf2a X-VCS-Branch: master Date: Sat, 7 Apr 2018 14:03:37 +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-Archives-Salt: 70af324c-e6e5-4d04-bc55-33d1d9fc3578 X-Archives-Hash: a0cdcaa45b799e167bbfca65ad4cc09c commit: 143ceeeaac9d62ae7e1ed9b1a1e10ffae44daf2a Author: Fabian Groffen gentoo org> AuthorDate: Sat Apr 7 14:03:24 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Apr 7 14:03:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=143ceeea dev-lang/python: fix DYLD_FRAMEWORK_PATH Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6 dev-lang/python/python-2.7.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/python/python-2.7.14.ebuild b/dev-lang/python/python-2.7.14.ebuild index 3f9a09c325..2650b651f0 100644 --- a/dev-lang/python/python-2.7.14.ebuild +++ b/dev-lang/python/python-2.7.14.ebuild @@ -584,7 +584,7 @@ EOF local -x PYTHON=./python$(sed -n '/BUILDEXE=/s/^.*=\s\+//p' Makefile) local -x LD_LIBRARY_PATH=${LD_LIBRARY_PATH+${LD_LIBRARY_PATH}:}. local -x DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH+${DYLD_LIBRARY_PATH}:}. - local -x DYLD_FRAMEWORK_PATH="${S}/${CHOST}" + local -x DYLD_FRAMEWORK_PATH="${WORKDIR}/${CHOST}" else vars=( PYTHON "${vars[@]}" ) fi