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