From: Zac Medico Date: Fri, 4 Apr 2008 06:33:35 +0000 (-0000) Subject: Fix a typo in the depclean USE flag handling when populating the X-Git-Tag: v2.1.5~250 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6117df37018b514b23d19cff7a24dae932c9e2c0;p=portage.git Fix a typo in the depclean USE flag handling when populating the digraph for bug #201045. (trunk r9702) svn path=/main/branches/2.1.2/; revision=9703 --- diff --git a/bin/emerge b/bin/emerge index d8247d0a3..b33bef116 100755 --- a/bin/emerge +++ b/bin/emerge @@ -6312,7 +6312,7 @@ def action_depclean(settings, trees, ldpath_mtimes, graph.add(node, None) myaux = dict(izip(aux_keys, vardb.aux_get(node, aux_keys))) mydeps = [] - usedef = vardb.aux_get(pkg, ["USE"])[0].split() + usedef = vardb.aux_get(node, ["USE"])[0].split() for dep_type, depstr in myaux.iteritems(): if not depstr: continue