0e950156fc
`xbps_transaction_revdeps` will now try to add updates for packages to the transaction if the dependency is not satisified anymore due to a package install/update. `xbps_transaction_prepare` will now check the return value of `xbps_transaction_revdeps` and repeat the dependency resolution, until `xbps_transaction_revdeps` returns 0, which means that it didn't add any new packages to the transaction.