[gentoo-portage-dev] Re: euse creates broken /etc/make.conf when USE declaration starts with empty line:

2009-06-24 Thread Duncan
Joseph Booker posted 20090624102731.67740...@fenrir, excerpted below, on Wed, 24 Jun 2009 10:27:31 -0500: > btw, gentoo-portage-dev really isn't the place to discuss euse bugs, > gentoo-dev, gentoo-user, the forums, or bugs.gentoo.org would be more > appropriate. (gentoo-portage-dev is more abou

Re: [gentoo-portage-dev] euse creates broken /etc/make.conf when USE declaration starts with empty line:

2009-06-24 Thread Joseph Booker
On Wed, 24 Jun 2009 16:23:59 +0300 Amit Dor-Shifer wrote: > Hi. > > I have the following USE setup in /etc/make.conf: > > USE=" > a b > c > > -d -e > " Try the following: USE=" \ a b \ c \ \ -d -e \ " What you have is correct bash syntax, but the way written above (escaping the new lines) wi

[gentoo-portage-dev] euse creates broken /etc/make.conf when USE declaration starts with empty line:

2009-06-24 Thread Amit Dor-Shifer
Hi. I have the following USE setup in /etc/make.conf: USE=" a b c -d -e " Portage seems ok with this layout. However, when I euse to enable some other flag, /etc/make.conf gets corrupted: amit0 ~ # euse -E f /etc/make.conf was modified, a backup copy has been placed at /etc/make.conf.euse_bac