--autounmask: Use >= atoms if possible
authorSebastian Luther <SebastianLuther@gmx.de>
Sat, 14 May 2011 20:44:22 +0000 (22:44 +0200)
committerZac Medico <zmedico@gentoo.org>
Sat, 14 May 2011 21:01:23 +0000 (14:01 -0700)
commita531c670849d81edd15ba3e3ae820cbfe063db68
tree8e374a54196e6a748489f6de7a70193f2f3e86fe
parentc64d4abee145d083c70273be8fd23bd56dffe7ec
--autounmask: Use >= atoms if possible

If the package is the latest avaiable it now uses >=cat/pkg-ver instead
of =cat/pkg-ver. If the package is not the latest, but the latest in
its slot, >=cat/pkg-ver:slot is used. In all other case =cat/pkg-ver
is used. Rational is that it's more likely that newer versions, added
in the future, will work with the same configuration changes as the
currently latest version than not.
pym/_emerge/depgraph.py