commit: 5235c2187ac7498b55164c497aac778d73cadbc5 Author: Michael Weber <michael <AT> xmw <DOT> de> AuthorDate: Sun May 18 08:11:42 2014 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Sun May 18 08:11:42 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=5235c218
Set LD_RUN_PATH. Package-Manager: portage-2.2.10 Manifest-Sign-Key: 62EEF090 --- dev-util/PyCLP/ChangeLog | 3 +++ dev-util/PyCLP/PyCLP-0.8.ebuild | 1 + 2 files changed, 4 insertions(+) diff --git a/dev-util/PyCLP/ChangeLog b/dev-util/PyCLP/ChangeLog index a7f0e49..6b36e2a 100644 --- a/dev-util/PyCLP/ChangeLog +++ b/dev-util/PyCLP/ChangeLog @@ -1,3 +1,6 @@ + 18 May 2014; Michael Weber <x...@gentoo.org> PyCLP-0.8.ebuild: + Set LD_RUN_PATH. + 15 May 2014; Michael Weber <x...@gentoo.org> PyCLP-0.8.ebuild: Add dep. diff --git a/dev-util/PyCLP/PyCLP-0.8.ebuild b/dev-util/PyCLP/PyCLP-0.8.ebuild index 822f2b7..f188cde 100644 --- a/dev-util/PyCLP/PyCLP-0.8.ebuild +++ b/dev-util/PyCLP/PyCLP-0.8.ebuild @@ -21,4 +21,5 @@ DEPEND="${RDEPEND}" pkg_setup() { export ECLIPSEDIR=${EROOT}opt/eclipse-cpl + export LD_RUN_PATH=${EROOT}opt/eclipse-cpl/lib/x86_64_linux }