dev-python/pypy3: Remove unnecessary LD_LIBRARY_PATH
authorMichał Górny <mgorny@gentoo.org>
Sun, 5 Nov 2017 16:05:48 +0000 (17:05 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 5 Nov 2017 16:22:59 +0000 (17:22 +0100)
dev-python/pypy3/pypy3-5.9.0.ebuild
dev-python/pypy3/pypy3-9999.ebuild

index 86dc37a6b60a962c251f842a25910456e34ad9dd..5b1e4c9568a63d0c76b274ffd45cc257991ea833 100644 (file)
@@ -187,7 +187,6 @@ src_install() {
        einfo "Generating caches and byte-compiling ..."
 
        local -x PYTHON=${ED%/}${dest}/pypy3-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)/pypy3/site-packages
index cb2f562dfff9ed32ce4a4279a8161ac2ad125b65..e4c820da59af5c9d5d02b452266c9eed38bf7a73 100644 (file)
@@ -215,7 +215,6 @@ src_install() {
        einfo "Generating caches and byte-compiling ..."
 
        local -x PYTHON=${ED%/}${dest}/pypy3-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)/pypy3/site-packages