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:
commit
126928ca8d
57 changed files with 216 additions and 276 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue