Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy/
Date: Sun, 05 Nov 2017 12:20:16
Message-Id: 1509884357.407473d02d85005da6970399250c15c361a46ff9.mgorny@gentoo
1 commit: 407473d02d85005da6970399250c15c361a46ff9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 4 23:56:13 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 5 12:19:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=407473d0
7
8 dev-python/pypy: Remove unnecessary LD_LIBRARY_PATH
9
10 The pypy executable has $ORIGIN-based rpath.
11
12 dev-python/pypy/pypy-5.9.0.ebuild | 1 -
13 dev-python/pypy/pypy-9999.ebuild | 1 -
14 2 files changed, 2 deletions(-)
15
16 diff --git a/dev-python/pypy/pypy-5.9.0.ebuild b/dev-python/pypy/pypy-5.9.0.ebuild
17 index 3eff562c4ad..4c264728fc8 100644
18 --- a/dev-python/pypy/pypy-5.9.0.ebuild
19 +++ b/dev-python/pypy/pypy-5.9.0.ebuild
20 @@ -220,7 +220,6 @@ src_install() {
21 einfo "Generating caches and byte-compiling ..."
22
23 local -x PYTHON=${ED%/}${dest}/pypy-c
24 - local -x LD_LIBRARY_PATH="${ED%/}${dest}"
25 # we can't use eclass function since PyPy is dumb and always gives
26 # paths relative to the interpreter
27 local PYTHON_SITEDIR=${EPREFIX}/usr/$(get_libdir)/pypy/site-packages
28
29 diff --git a/dev-python/pypy/pypy-9999.ebuild b/dev-python/pypy/pypy-9999.ebuild
30 index 62d8a0f73b8..2929a14e1eb 100644
31 --- a/dev-python/pypy/pypy-9999.ebuild
32 +++ b/dev-python/pypy/pypy-9999.ebuild
33 @@ -226,7 +226,6 @@ src_install() {
34 einfo "Generating caches and byte-compiling ..."
35
36 local -x PYTHON=${ED%/}${dest}/pypy-c
37 - local -x LD_LIBRARY_PATH="${ED%/}${dest}"
38 # we can't use eclass function since PyPy is dumb and always gives
39 # paths relative to the interpreter
40 local PYTHON_SITEDIR=${EPREFIX}/usr/$(get_libdir)/pypy/site-packages