Re: [gentoo-user] besides package.use where to store info needed at emerge

2008-01-03 Thread Neil Bothwick
On Wed, 02 Jan 2008 19:42:09 -0600, [EMAIL PROTECTED] wrote:

 I know about /etc/portage/package.use
 but where would I keep something like and extra configure flag, that I
 always want applied.


mkdir -p /etc/portage/env/cat/
echo EXTRA_ECONF='whatever' /etc/portage/env/cat/pkg


-- 
Neil Bothwick

MASOCHIST: Windows SDK programmer with a smile!


signature.asc
Description: PGP signature


[gentoo-user] besides package.use where to store info needed at emerge

2008-01-02 Thread reader
I know about /etc/portage/package.use
but where would I keep something like and extra configure flag, that I
always want applied.

  ECONF_EXTRA='--enable-rootcommit' 

Always needs to be applied to cvs on updates.  Where is such a thing
kept?


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] besides package.use where to store info needed at emerge

2008-01-02 Thread David Relson
On Wed, 02 Jan 2008 19:42:09 -0600
[EMAIL PROTECTED] wrote:

 I know about /etc/portage/package.use
 but where would I keep something like and extra configure flag, that I
 always want applied.
 
   ECONF_EXTRA='--enable-rootcommit' 
 
 Always needs to be applied to cvs on updates.  Where is such a thing
 kept?

Have you tried ~/.cvsrc ???
-- 
[EMAIL PROTECTED] mailing list