On 08/30/05  Brian Harring wrote:

> > What's the point of using > anyway?
> Simplicity in the code right now, since stable will *never* support 
> anything but eapi0.  It's an easy check.

You really want to tell me that you consider
   if myeapi > 0:
as simpler than
   EAPI_COMPATIBLE="0"
   if myeapi in ['']+EAPI_COMPATIBLE.split():
?

Marius

-- 
Public Key at http://www.genone.de/info/gpg-key.pub

In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.
-- 
gentoo-portage-dev@gentoo.org mailing list

Reply via email to