--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>
Thu, 26 May 2011 02:46:49 +0000 (19:46 -0700)
commit06ff898b73227d4c3f0c3414a5e1085b2fc651a6
tree4c4504aed621f621a1472ebdfb58ac9ac8d2d405
parent886c02c8672b1da9087fee88daee813907182a6b
--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