Remove depgraph params for depclean since it no longer uses the depgraph.
authorZac Medico <zmedico@gentoo.org>
Sun, 24 Sep 2006 21:30:07 +0000 (21:30 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 24 Sep 2006 21:30:07 +0000 (21:30 -0000)
svn path=/main/trunk/; revision=4523

bin/emerge

index eb3547c3537b5801dcf2719fd2d5980c57dba11d..22dff0d502db7f05709873356da11ed068146020 100755 (executable)
@@ -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)