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 1QMxXw-0003BP-M4 for garchives@archives.gentoo.org; Thu, 19 May 2011 07:21:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 190E91C059; Thu, 19 May 2011 07:21:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D82101C059 for ; Thu, 19 May 2011 07:21:16 +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 4466B1B4030 for ; Thu, 19 May 2011 07:21:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BA3BA80504 for ; Thu, 19 May 2011 07:21:15 +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: <7f9bbd568988948acc8ac22788b8dcb404f3e2c5.jlec@gentoo> 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: 7f9bbd568988948acc8ac22788b8dcb404f3e2c5 Date: Thu, 19 May 2011 07:21:15 +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: 6e24042ec09688e2947ea6c9153acef4 commit: 7f9bbd568988948acc8ac22788b8dcb404f3e2c5 Author: Justin Lecher gentoo org> AuthorDate: Thu May 19 07:21:07 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu May 19 07:21:07 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D7f9bbd56 Correct for double prfix (Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- dev-libs/intel-common/ChangeLog | 3 +++ .../intel-common/intel-common-12.0.2.137.ebuild | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/Chan= geLog index 1c7b581..0296dc5 100644 --- a/dev-libs/intel-common/ChangeLog +++ b/dev-libs/intel-common/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ =20 19 May 2011; Justin Lecher intel-common-12.0.2.137.e= build: + Correct for double prfix + + 19 May 2011; Justin Lecher intel-common-12.0.2.137.e= build: Fix license dir to /opt/intel/composerxe-2011.2.137/licenses/ =20 19 May 2011; Justin Lecher intel-common-12.0.2.137.e= build: 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 c6da3d0..4c62447 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 @@ -58,6 +58,5 @@ src_install() { EOF doenvd ${fenv} || die =20 - dodir ${INTEL_SDP_EDIR}/licenses - keepdir ${INTEL_SDP_EDIR}/licenses + mkdir -p ${INTEL_SDP_EDIR}/licenses }