Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r9533 - main/branches/2.1.2/bin
Date: Fri, 28 Mar 2008 09:30:26
Message-Id: E1JfAuj-0004pQ-1a@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-03-28 09:30:19 +0000 (Fri, 28 Mar 2008)
3 New Revision: 9533
4
5 Modified:
6 main/branches/2.1.2/bin/emerge
7 Log:
8 Bug #210667 - In the circular dependency display, drop PDEPEND (aka
9 MEDIUM_SOFT) from the graph so there's less noise. (trunk r9362)
10
11
12 Modified: main/branches/2.1.2/bin/emerge
13 ===================================================================
14 --- main/branches/2.1.2/bin/emerge 2008-03-28 09:24:10 UTC (rev 9532)
15 +++ main/branches/2.1.2/bin/emerge 2008-03-28 09:30:19 UTC (rev 9533)
16 @@ -2966,7 +2966,7 @@
17 # have no parents and thus can not be part of a cycle.
18 while True:
19 root_nodes = mygraph.root_nodes(
20 - ignore_priority=DepPriority.SOFT)
21 + ignore_priority=DepPriority.MEDIUM_SOFT)
22 if not root_nodes:
23 break
24 for node in root_nodes:
25
26 --
27 gentoo-commits@l.g.o mailing list