So it seems repoman doesn't like nested die calls like this:

use blah && ( emake foo || die )


But, without the parenthesis

use blah && emake foo || die

always dies (the emake functions just fine, but it returns an error once emake 
is completed).

What's the trick?  Wrap the emake in a if/then call?  Ignore repoman at the 
risk of potential finger breakage by mr_bones'?

--
gentoo-dev@gentoo.org mailing list

Reply via email to