Apply correctly fix to match_any_virtualpkg_in_rundeps().
This commit is contained in:
parent
ca03127a82
commit
35b1932416
@ -74,10 +74,10 @@ xbps_match_any_virtualpkg_in_rundeps(prop_array_t rundeps,
|
||||
found = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (found)
|
||||
break;
|
||||
}
|
||||
}
|
||||
return found;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user