From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-dev+bounces-59653-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id D541F1381F3
	for <garchives@archives.gentoo.org>; Sun, 14 Apr 2013 09:59:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2F99AE0A7D;
	Sun, 14 Apr 2013 09:59:20 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5707FE0A64
	for <gentoo-dev@lists.gentoo.org>; Sun, 14 Apr 2013 09:59:19 +0000 (UTC)
Received: from [192.168.1.33] (117.Red-88-11-52.dynamicIP.rima-tde.net [88.11.52.117])
	(using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	(Authenticated sender: pacho)
	by smtp.gentoo.org (Postfix) with ESMTPSA id A436E33BE3D;
	Sun, 14 Apr 2013 09:59:17 +0000 (UTC)
Message-ID: <1365933554.6940.9.camel@localhost>
Subject: Re: [gentoo-dev] mono-env.eclass: new eclass to be used by most of
 dotnet packages
From: Pacho Ramos <pacho@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: dotnet@gentoo.org
Date: Sun, 14 Apr 2013 11:59:14 +0200
In-Reply-To: <20130414114557.429f7c55@pomiocik.lan>
References: <1365932403.6940.8.camel@localhost>
	 <20130414114557.429f7c55@pomiocik.lan>
Content-Type: text/plain; charset="UTF-8"
X-Mailer: Evolution 3.8.0 
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
Mime-Version: 1.0
Content-Transfer-Encoding: 8bit
X-Archives-Salt: 8c1370f9-8172-432d-b691-8b369a84004e
X-Archives-Hash: e3a7faf9d602bf4ebb0094d527b0a0d4

El dom, 14-04-2013 a las 11:45 +0200, Michał Górny escribió:
> On Sun, 14 Apr 2013 11:40:03 +0200
> Pacho Ramos <pacho@gentoo.org> wrote:
> 
> > # >=mono-0.92 versions using mcs -pkg:foo-sharp require shared memory, so we set the
> > # shared dir to ${T} so that ${T}/.wapi can be used during the install process.
> > export MONO_SHARED_DIR="${T}"
> 
> Don't use ${T} in global scope. And just don't export them
> in the global scope either.
> 

Why not?