Re: [gentoo-portage-dev] [PATCH] _slot_operator_update_probe: fix bug #528610

2014-11-16 Thread Brian Dolbec
On Sat, 15 Nov 2014 23:11:01 -0800 Zac Medico zmed...@gentoo.org wrote: This fixes a case inside _slot_operator_update_probe where it would select an inappropriate replacement_parent of a lower version than desired. The problem is solved by rejecting replacement_parent if its version is lower

[gentoo-portage-dev] [PATCH] _slot_operator_update_probe: fix bug #528610

2014-11-15 Thread Zac Medico
This fixes a case inside _slot_operator_update_probe where it would select an inappropriate replacement_parent of a lower version than desired. The problem is solved by rejecting replacement_parent if its version is lower than the existing parent, and a downgrade is not desired. X-Gentoo-Bug: