projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec80b66
)
Make sure to include package.use flags with fetch-restricted packages
author
Jason Stubbs
<jstubbs@gentoo.org>
Sun, 2 Oct 2005 14:50:04 +0000
(14:50 -0000)
committer
Jason Stubbs
<jstubbs@gentoo.org>
Sun, 2 Oct 2005 14:50:04 +0000
(14:50 -0000)
svn path=/main/branches/2.0/; revision=2076
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 867799117a2fadc542bf6e83aeb78e29e6bfe647..b70c5312a2c88ddaa233082ed4d3327f2c8f294b 100755
(executable)
--- 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["USE"
]):
+ if portage.portdb.fetch_check(x[2],
self.applied_useflags[x[2]
]):
fetch = green("f")
#we need to use "--emptrytree" testing here rather than "empty" param testing because "empty"