Prevent the --newuse check in depgraph.create() that is intended for the ebuild type...
authorZac Medico <zmedico@gentoo.org>
Mon, 6 Nov 2006 05:59:26 +0000 (05:59 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 6 Nov 2006 05:59:26 +0000 (05:59 -0000)
commitf03be2d0b764880ab07a76505a7f7fdfc39507aa
tree830fea8cda9a2630cd7a6b35a2d39025bae47532
parenteeb861b575637377253e87006658ae70ffb7da02
Prevent the --newuse check in depgraph.create() that is intended for the ebuild type from being done on binary packages (which can lead to a KeyError). The --newuse check for binaries is elsewhere (in select_dep).

svn path=/main/trunk/; revision=4947
bin/emerge