From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HciXV-0002AS-Mt for garchives@archives.gentoo.org; Sat, 14 Apr 2007 13:43:42 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l3EDfN7A022954; Sat, 14 Apr 2007 13:41:23 GMT Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l3EDZ2VC015391 for ; Sat, 14 Apr 2007 13:35:03 GMT Received: by ug-out-1314.google.com with SMTP id z38so642034ugc for ; Sat, 14 Apr 2007 06:35:02 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=pdycQoju8g8Hot7/wFoLiwyqqPR2RouLPo5NE0EIGTt/fiIDFMhPmigRBAixECMG88rY2yYeAvEEWy2l/0m/OjU1/AiyjMTMN7Tyl1TRTvMXqSv2cxfdMr25X+RjBXeHClI5q6cQmon8rOIof4SPAfld9P1QNC+6enziiW88Rbs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=Q/5B7/uc64WzxYZjeImMmjs8NrfwYNxlyXseXSRkGs9LHL8WDKCis6QKV45LnVrHSElbn8uv9e5ic2BbiWDWzayolPQtYV7IwWrDnz5uoQWqF5ExzJPMP7m+MiynhUJzXD3psBLkvkW6R5pHqBjDTkMTkv6fNN6nCe8abbd+HBA= Received: by 10.82.163.13 with SMTP id l13mr665997bue.1176557702477; Sat, 14 Apr 2007 06:35:02 -0700 (PDT) Received: from ?192.168.0.2? ( [88.64.151.119]) by mx.google.com with ESMTP id u9sm4455578muf.2007.04.14.06.35.01; Sat, 14 Apr 2007 06:35:01 -0700 (PDT) Message-ID: <4620D883.9010203@googlemail.com> Date: Sat, 14 Apr 2007 15:34:59 +0200 From: Daniel Pielmeier User-Agent: Thunderbird 1.5.0.10 (X11/20070317) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] How do I enable package specific FEATURES and CFLAGS? References: <1176550106.4744.11.camel@omc-2.omesc.com> <200704141409.18913.bo.andresen@zlin.dk> In-Reply-To: <200704141409.18913.bo.andresen@zlin.dk> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Archives-Salt: 42216aeb-00de-4c0b-99ea-aa9dd9740cc2 X-Archives-Hash: 3f190a0c30e816094d8d513029429278 > # mkdir -p /etc/portage/env/mail-client > # CAT << END > /etc/portage/env/mail-client/evolution > CFLAGS="-march=k8 -O1 -ggdb -pipe" > FEATURES="$FEATURES splitdebug" > END > > Likewise for gnome-extra/evolution-data-server. > I think here is some clarification needed, at least for me! Is this functionality now implemented in portage or do need the third-party-tools like portage-bashrc http://www.mathematik.uni-wuerzburg.de/~vaeth/gentoo/ portage-bashrc-ng http://forums.gentoo.org/viewtopic-t-472386-start-0-postdays-0-postorder-asc-highlight-bashrcng.html And if it is implemented in portage do i need a /etc/portage/bashrc file or just the env folder with my paket specific settings in the category/app structure? -- gentoo-user@gentoo.org mailing list