commit: 51530c3a2f3617ba5ff4a9cac4e6f4c28ddd83e0
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 12:07:24 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 12:07:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=51530c3a
dev-lang/python: fix installing on Darwin
Package-Manager: portage-2.2.20-prefix
dev-lang/python/python-3.4.3-r5.ebuild | 1 +
dev-lang/python/python-3.5.1.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/dev-lang/python/python-3.4.3-r5.ebuild
b/dev-lang/python/python-3.4.3-r5.ebuild
index 1d61ff7..b7f35bc 100644
--- a/dev-lang/python/python-3.4.3-r5.ebuild
+++ b/dev-lang/python/python-3.4.3-r5.ebuild
@@ -344,6 +344,7 @@ src_install() {
if ! tc-is-cross-compiler; then
local -x PYTHON=./python$([[ ${CHOST} == *-darwin* ]] && echo
".exe")
local -x LD_LIBRARY_PATH=${LD_LIBRARY_PATH+${LD_LIBRARY_PATH}:}.
+ local -x
DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH+${DYLD_LIBRARY_PATH}:}.
else
vars=( PYTHON "${vars[@]}" )
fi
diff --git a/dev-lang/python/python-3.5.1.ebuild
b/dev-lang/python/python-3.5.1.ebuild
index 42acfd9..2b22254 100644
--- a/dev-lang/python/python-3.5.1.ebuild
+++ b/dev-lang/python/python-3.5.1.ebuild
@@ -347,6 +347,7 @@ src_install() {
if ! tc-is-cross-compiler; then
local -x PYTHON=./python$([[ ${CHOST} == *-darwin* ]] && echo
".exe")
local -x LD_LIBRARY_PATH=${LD_LIBRARY_PATH+${LD_LIBRARY_PATH}:}.
+ local -x
DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH+${DYLD_LIBRARY_PATH}:}.
else
vars=( PYTHON "${vars[@]}" )
fi