Move the self dependency check from digraph.addnode() to depgraph.create() since...
authorZac Medico <zmedico@gentoo.org>
Tue, 25 Jul 2006 04:57:38 +0000 (04:57 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 25 Jul 2006 04:57:38 +0000 (04:57 -0000)
commite6a9e130e4f75d86d23744b4e78c63e54c390d3c
treed4bad8569fae9b9dd6dabfcc9cdf9654eac32fb3
parentc1adb11fbb479d6548668509fee0daa6b751bca6
Move the self dependency check from digraph.addnode() to depgraph.create() since that's the only place it's currently needed.  This patch should  not affect emerge behavior.

svn path=/main/trunk/; revision=4021
bin/emerge
pym/portage.py