From: Jason Stubbs Date: Sun, 2 Oct 2005 14:30:49 +0000 (-0000) Subject: Pass use list rather than config obj to portdbapi.fetch_check() X-Git-Tag: v2.0.53_rc4_2111~24 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b94c99696e8f8318e5265bf46dd84c34a4d513e4;p=portage.git Pass use list rather than config obj to portdbapi.fetch_check() svn path=/main/branches/2.0/; revision=2074 --- diff --git a/bin/emerge b/bin/emerge index daa6c8351..867799117 100755 --- a/bin/emerge +++ b/bin/emerge @@ -1489,7 +1489,7 @@ class depgraph: else: if (x[0]!="binary") and ("fetch" in string.split(portage.portdb.aux_get(x[2],["RESTRICT"])[0])): fetch = red("F") - if portage.portdb.fetch_check(x[2], portage.settings): + if portage.portdb.fetch_check(x[2], portage.settings["USE"]): fetch = green("f") #we need to use "--emptrytree" testing here rather than "empty" param testing because "empty"