code cleanup
This commit is contained in:
parent
6b75a4f312
commit
d2ce54df86
1 changed files with 1 additions and 2 deletions
|
@ -202,13 +202,12 @@ int add_prepare(pmtrans_t *trans, pmdb_t *db, PMList **data)
|
||||||
/* Check dependencies
|
/* Check dependencies
|
||||||
*/
|
*/
|
||||||
if(!(trans->flags & PM_TRANS_FLAG_NODEPS)) {
|
if(!(trans->flags & PM_TRANS_FLAG_NODEPS)) {
|
||||||
PMList *i;
|
|
||||||
|
|
||||||
EVENT(trans, PM_TRANS_EVT_CHECKDEPS_START, NULL, NULL);
|
EVENT(trans, PM_TRANS_EVT_CHECKDEPS_START, NULL, NULL);
|
||||||
|
|
||||||
_alpm_log(PM_LOG_FLOW1, "looking for conflicts or unsatisfied dependencies");
|
_alpm_log(PM_LOG_FLOW1, "looking for conflicts or unsatisfied dependencies");
|
||||||
lp = checkdeps(db, trans->type, trans->packages);
|
lp = checkdeps(db, trans->type, trans->packages);
|
||||||
if(lp != NULL) {
|
if(lp != NULL) {
|
||||||
|
PMList *i;
|
||||||
int errorout = 0;
|
int errorout = 0;
|
||||||
|
|
||||||
/* look for unsatisfied dependencies */
|
/* look for unsatisfied dependencies */
|
||||||
|
|
Loading…
Add table
Reference in a new issue