projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abbba16
)
Remove depgraph params for depclean since it no longer uses the depgraph.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 24 Sep 2006 21:30:07 +0000
(21:30 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 24 Sep 2006 21:30:07 +0000
(21:30 -0000)
svn path=/main/trunk/; revision=4523
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index eb3547c3537b5801dcf2719fd2d5980c57dba11d..22dff0d502db7f05709873356da11ed068146020 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-364,9
+364,6
@@
def create_depgraph_params(myopts, myaction):
sub.extend(["recurse"])
if "--deep" in myopts:
add.extend(["deep"])
- elif myaction in ["depclean"]:
- add.extend(["empty"])
- sub.extend(["selective"])
for x in add:
if (x not in myparams) and (x not in sub):
myparams.append(x)