Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
Date: Thu, 19 May 2011 05:56:36
Message-Id: bfb13f5158483165b5c994a83ed51116e070d782.jlec@gentoo
1 commit: bfb13f5158483165b5c994a83ed51116e070d782
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 05:55:26 2011 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 05:55:26 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bfb13f51
7
8 Add missing path to LDPATH, #367959
9
10 (Portage version: 2.2.0_alpha34/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 dev-libs/intel-common/ChangeLog | 3 +++
14 .../intel-common/intel-common-12.0.2.137.ebuild | 2 +-
15 2 files changed, 4 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/ChangeLog
18 index 7a69e6e..304d54d 100644
19 --- a/dev-libs/intel-common/ChangeLog
20 +++ b/dev-libs/intel-common/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 19 May 2011; Justin Lecher <jlec@g.o> intel-common-12.0.2.137.ebuild:
26 + Add missing path to LDPATH, #367959
27 +
28 31 Mar 2011; Justin Lecher <jlec@g.o> intel-common-12.0.2.137.ebuild:
29 Corrected env.d files creation
30
31
32 diff --git a/dev-libs/intel-common/intel-common-12.0.2.137.ebuild b/dev-libs/intel-common/intel-common-12.0.2.137.ebuild
33 index 7d84a77..b4679aa 100644
34 --- a/dev-libs/intel-common/intel-common-12.0.2.137.ebuild
35 +++ b/dev-libs/intel-common/intel-common-12.0.2.137.ebuild
36 @@ -48,7 +48,7 @@ src_install() {
37 for arch in ${INTEL_ARCH}; do
38 path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
39 rootpath=${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
40 - ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}
41 + ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP_EDIR}/mpirt/lib/${arch}
42 done
43 cat >> ${fenv} <<-EOF
44 PATH=${path#:}