diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-11-05 17:05:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-11-05 17:22:59 +0100 |
commit | 834e5a900f1103ff9e6d9d6f7ff4c0f10419ffec (patch) | |
tree | d02173dac6b7b2c720aa2a5c7ed3041b97c187bb /dev-python/pypy3 | |
parent | dev-python/pypy-bin: Sync to dev-python/pypy (diff) | |
download | gentoo-834e5a900f1103ff9e6d9d6f7ff4c0f10419ffec.tar.gz gentoo-834e5a900f1103ff9e6d9d6f7ff4c0f10419ffec.tar.bz2 gentoo-834e5a900f1103ff9e6d9d6f7ff4c0f10419ffec.zip |
dev-python/pypy3: Remove unnecessary LD_LIBRARY_PATH
Diffstat (limited to 'dev-python/pypy3')
-rw-r--r-- | dev-python/pypy3/pypy3-5.9.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/pypy3/pypy3-9999.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/pypy3/pypy3-5.9.0.ebuild b/dev-python/pypy3/pypy3-5.9.0.ebuild index 86dc37a6b60a..5b1e4c9568a6 100644 --- a/dev-python/pypy3/pypy3-5.9.0.ebuild +++ b/dev-python/pypy3/pypy3-5.9.0.ebuild @@ -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 diff --git a/dev-python/pypy3/pypy3-9999.ebuild b/dev-python/pypy3/pypy3-9999.ebuild index cb2f562dfff9..e4c820da59af 100644 --- a/dev-python/pypy3/pypy3-9999.ebuild +++ b/dev-python/pypy3/pypy3-9999.ebuild @@ -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 |