commit:     407473d02d85005da6970399250c15c361a46ff9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  4 23:56:13 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov  5 12:19:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=407473d0

dev-python/pypy: Remove unnecessary LD_LIBRARY_PATH

The pypy executable has $ORIGIN-based rpath.

 dev-python/pypy/pypy-5.9.0.ebuild | 1 -
 dev-python/pypy/pypy-9999.ebuild  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/dev-python/pypy/pypy-5.9.0.ebuild 
b/dev-python/pypy/pypy-5.9.0.ebuild
index 3eff562c4ad..4c264728fc8 100644
--- a/dev-python/pypy/pypy-5.9.0.ebuild
+++ b/dev-python/pypy/pypy-5.9.0.ebuild
@@ -220,7 +220,6 @@ src_install() {
        einfo "Generating caches and byte-compiling ..."
 
        local -x PYTHON=${ED%/}${dest}/pypy-c
-       local -x LD_LIBRARY_PATH="${ED%/}${dest}"
        # we can't use eclass function since PyPy is dumb and always gives
        # paths relative to the interpreter
        local PYTHON_SITEDIR=${EPREFIX}/usr/$(get_libdir)/pypy/site-packages

diff --git a/dev-python/pypy/pypy-9999.ebuild b/dev-python/pypy/pypy-9999.ebuild
index 62d8a0f73b8..2929a14e1eb 100644
--- a/dev-python/pypy/pypy-9999.ebuild
+++ b/dev-python/pypy/pypy-9999.ebuild
@@ -226,7 +226,6 @@ src_install() {
        einfo "Generating caches and byte-compiling ..."
 
        local -x PYTHON=${ED%/}${dest}/pypy-c
-       local -x LD_LIBRARY_PATH="${ED%/}${dest}"
        # we can't use eclass function since PyPy is dumb and always gives
        # paths relative to the interpreter
        local PYTHON_SITEDIR=${EPREFIX}/usr/$(get_libdir)/pypy/site-packages

Reply via email to