commit:     389b4888748867563162ee392b5701e0d7d2e8a1
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 17:01:01 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 17:01:01 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=389b4888

sci-biology/atsas: Add missing libpath

Package-Manager: portage-2.2.15

---
 sci-biology/atsas/ChangeLog          | 3 +++
 sci-biology/atsas/atsas-2.6.0.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-biology/atsas/ChangeLog b/sci-biology/atsas/ChangeLog
index 2476002..1840960 100644
--- a/sci-biology/atsas/ChangeLog
+++ b/sci-biology/atsas/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  21 Dec 2014; Justin Lecher <[email protected]> atsas-2.6.0.ebuild:
+  Add missing libpath
+
   17 Dec 2014; Justin Lecher <[email protected]> atsas-2.6.0.ebuild:
   Add missing deps
 

diff --git a/sci-biology/atsas/atsas-2.6.0.ebuild 
b/sci-biology/atsas/atsas-2.6.0.ebuild
index 3597987..5eccc6e 100644
--- a/sci-biology/atsas/atsas-2.6.0.ebuild
+++ b/sci-biology/atsas/atsas-2.6.0.ebuild
@@ -44,7 +44,7 @@ pkg_nofetch() {
 src_install() {
        local i
        for i in bin/*; do
-               patchelf --set-rpath "${EPREFIX}"/opt/${PN}/ ${i} || die
+               patchelf --set-rpath "$(gcc-config 
-L):\"${EPREFIX}\"/opt/${PN}/" ${i} || die
        done
        exeinto /opt/bin
        doexe bin/*

Reply via email to