]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-dont-be-greedy.patch
This commit was manufactured by cvs2git to create branch 'AC-DEVEL'.
[packages/poldek.git] / poldek-dont-be-greedy.patch
CommitLineData
517e249f 1diff --git a/install3/requirements.c b/install3/requirements.c
2index ea9df61..fee15db 100644
3--- a/install3/requirements.c
4+++ b/install3/requirements.c
5@@ -386,7 +392,7 @@ static int process_orphan_req(int indent, struct i3ctx *ictx,
6 }
7
8 /* try upgrade orphan */
9- if (ts->getop(ts, POLDEK_OP_GREEDY)) {
10+ if (ts->getop(ts, POLDEK_OP_GREEDY) && (tomark == NULL)) {
11 if (try_to_upgrade_orphan(indent, ictx, pkg, req, tomark))
12 goto l_end;
13 }
This page took 0.030482 seconds and 4 git commands to generate.