From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QMwDs-000442-CF for garchives@archives.gentoo.org; Thu, 19 May 2011 05:56:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90C671C0A6; Thu, 19 May 2011 05:56:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 609631C0A6 for ; Thu, 19 May 2011 05:56:28 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF56D1B4030 for ; Thu, 19 May 2011 05:56:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2B54B80508 for ; Thu, 19 May 2011 05:56:27 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/ X-VCS-Repository: proj/sci X-VCS-Files: dev-libs/intel-common/ChangeLog dev-libs/intel-common/intel-common-12.0.2.137.ebuild X-VCS-Directories: dev-libs/intel-common/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: bfb13f5158483165b5c994a83ed51116e070d782 Date: Thu, 19 May 2011 05:56:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 2cbb2b6c0e1226d1db1ee8aefcece4ec commit: bfb13f5158483165b5c994a83ed51116e070d782 Author: Justin Lecher gentoo org> AuthorDate: Thu May 19 05:55:26 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu May 19 05:55:26 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dbfb13f51 Add missing path to LDPATH, #367959 (Portage version: 2.2.0_alpha34/git/Linux x86_64, unsigned Manifest commi= t) --- dev-libs/intel-common/ChangeLog | 3 +++ .../intel-common/intel-common-12.0.2.137.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/Chan= geLog index 7a69e6e..304d54d 100644 --- a/dev-libs/intel-common/ChangeLog +++ b/dev-libs/intel-common/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 19 May 2011; Justin Lecher intel-common-12.0.2.137.e= build: + Add missing path to LDPATH, #367959 + 31 Mar 2011; Justin Lecher intel-common-12.0.2.137.e= build: Corrected env.d files creation =20 diff --git a/dev-libs/intel-common/intel-common-12.0.2.137.ebuild b/dev-l= ibs/intel-common/intel-common-12.0.2.137.ebuild index 7d84a77..b4679aa 100644 --- a/dev-libs/intel-common/intel-common-12.0.2.137.ebuild +++ b/dev-libs/intel-common/intel-common-12.0.2.137.ebuild @@ -48,7 +48,7 @@ src_install() { for arch in ${INTEL_ARCH}; do path=3D${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/= bin/${arch} rootpath=3D${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR= }/mpirt/bin/${arch} - ldpath=3D${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch} + ldpath=3D${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP= _EDIR}/mpirt/lib/${arch} done cat >> ${fenv} <<-EOF PATH=3D${path#:}