In depgraph.create(), if a direct circular dependency is
authorZac Medico <zmedico@gentoo.org>
Mon, 22 Oct 2007 22:32:08 +0000 (22:32 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 22 Oct 2007 22:32:08 +0000 (22:32 -0000)
commit831c05e73514da2b87d8381eac0df7c98f158c1d
tree54bec5a2030a6bd8caf6dd053d1e5d982391524a
parentdd0b780a0c77d791f36b5e384616d43a3c01fb2b
In depgraph.create(), if a direct circular dependency is
not an unsatisfied buildtime dependency then drop it here
since otherwise it can skew the merge order calculation
in an unwanted way.

svn path=/main/trunk/; revision=8233
pym/_emerge/__init__.py