From: Michał Górny Date: Sat, 4 Nov 2017 23:56:13 +0000 (+0100) Subject: dev-python/pypy: Remove unnecessary LD_LIBRARY_PATH X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=407473d02d85005da6970399250c15c361a46ff9;p=gentoo.git dev-python/pypy: Remove unnecessary LD_LIBRARY_PATH The pypy executable has $ORIGIN-based rpath. --- diff --git a/dev-python/pypy/pypy-5.9.0.ebuild b/dev-python/pypy/pypy-5.9.0.ebuild index 3eff562c4ad6..4c264728fc8d 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 62d8a0f73b85..2929a14e1eba 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