Merge branch 'master' of ssh://xtraeme@repo.or.cz/srv/git/xbps
Conflicts: lib/depends.c --HG-- extra : convert_revision : 568341c7637aa537838880da03bd4dda819902ea
This commit is contained in:
@@ -476,9 +476,6 @@ again:
|
||||
|
||||
prop_dictionary_get_cstring_nocopy(dict, "pkgname", &curname);
|
||||
prop_dictionary_get_cstring_nocopy(dict, "requiredby", &reqby);
|
||||
printf("[%s] %s requiredby %s prio %u\n",
|
||||
strcmp(array_key, "indirect_deps") == 0 ? "INDIRECT" : "DIRECT",
|
||||
curname, reqby, maxprio);
|
||||
|
||||
prop_array_remove(array, curidx);
|
||||
if (prop_array_count(array) > 0) {
|
||||
|
||||
Reference in New Issue
Block a user