Welcome "repository index format 1.5". See NEWS for information.
This commit is contained in:
@ -133,7 +133,7 @@ find_orphan_pkg(prop_object_t obj, void *arg, bool *loop_done)
|
||||
prop_object_iterator_release(iter);
|
||||
return EINVAL;
|
||||
}
|
||||
if (xbps_find_pkg_in_array_by_pattern(od->array, pkgdep))
|
||||
if (xbps_find_pkg_in_array_by_pattern(od->array, pkgdep, NULL))
|
||||
ndep++;
|
||||
if (od->orphans_user == NULL)
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user