{
PoolItem defaultCand( defaultCandidate() );
- if ( multiversionInstall() )
- return identicalInstalled( defaultCand ) ? PoolItem() : defaultCand;
+ // multiversionInstall: This returns the candidate for the last
+ // instance installed. Actually we'd need a list here.
if ( installedEmpty() || ! defaultCand )
return defaultCand;
PoolItem defaultCandidate() const
{
- if ( ! ( multiversionInstall() || installedEmpty() ) )
+ if ( ! installedEmpty() )
{
// prefer the installed objects arch and vendor
bool solver_allowVendorChange( ResPool::instance().resolver().allowVendorChange() );