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 1QQEH4-0002AY-Cs for garchives@archives.gentoo.org; Sat, 28 May 2011 07:49:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E21A81C043; Sat, 28 May 2011 07:49:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id ABBF21C049 for ; Sat, 28 May 2011 07:49:22 +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 2B7461B401D for ; Sat, 28 May 2011 07:49:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6C5C58050E for ; Sat, 28 May 2011 07:49:21 +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: <9887058ff7ab4f74f38b6704faf5fa0f19952a59.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: 9887058ff7ab4f74f38b6704faf5fa0f19952a59 Date: Sat, 28 May 2011 07:49:21 +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: a9d3bcc5dc22fb9037fcb699ed69921b commit: 9887058ff7ab4f74f38b6704faf5fa0f19952a59 Author: Justin Lecher gentoo org> AuthorDate: Sat May 28 07:48:40 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat May 28 07:48:40 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D9887058f Sandbox fix (Portage version: 2.2.0_alpha37/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 | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/Chan= geLog index 0296dc5..afd86bd 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 + 28 May 2011; Justin Lecher intel-common-12.0.2.137.e= build: + Sandbox fix + 19 May 2011; Justin Lecher intel-common-12.0.2.137.e= build: Correct for double prfix =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 4c62447..c8e37fd 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,5 +58,5 @@ src_install() { EOF doenvd ${fenv} || die =20 - mkdir -p ${INTEL_SDP_EDIR}/licenses + dodir ${INTEL_SDP_DIR}/licenses }