On Sep 22, 2012 7:38 PM, "Michał Górny" <[email protected]> wrote: > > emerge 'foo >= 1.1' 'bar < 1.0'? > emerge foo '>=' 1.1 bar '<' 1.0?
How is the above easier to read than emerge >=foo-1.1 <bar-1.0 ? I think your example is working against you*.* The current syntax is much easier to read than the quote-and-whitespace-tracking horror of your example :-P Alex | wired
