commit: 5faec16c0c0e493eca7cd2c12178844053c3a99a
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 10:45:14 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 10:45:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=5faec16c
dev-lang/python: apply library path search fix also to 2.7.11
Package-Manager: portage-2.2.20-prefix
dev-lang/python/python-2.7.11.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-lang/python/python-2.7.11.ebuild
b/dev-lang/python/python-2.7.11.ebuild
index 5b9eb05..0229c37 100644
--- a/dev-lang/python/python-2.7.11.ebuild
+++ b/dev-lang/python/python-2.7.11.ebuild
@@ -544,6 +544,7 @@ EOF
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