dev-python/pypy: Remove unnecessary LD_LIBRARY_PATH
authorMichał Górny <mgorny@gentoo.org>
Sat, 4 Nov 2017 23:56:13 +0000 (00:56 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 5 Nov 2017 12:19:17 +0000 (13:19 +0100)
The pypy executable has $ORIGIN-based rpath.

dev-python/pypy/pypy-5.9.0.ebuild
dev-python/pypy/pypy-9999.ebuild

index 3eff562c4ad6b2cb0d8997cd3b542d35fe6ee037..4c264728fc8d436aa9df9fb5ae5ffa610a0b9db0 100644 (file)
@@ -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
index 62d8a0f73b85ae7f31d7486e31ed56c31b5ec084..2929a14e1eba8ae7fc2634058a7338bea429ba92 100644 (file)
@@ -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