depgraph: --nodeps overrides --complete-graph
authorZac Medico <zmedico@gentoo.org>
Mon, 14 Feb 2011 16:32:32 +0000 (08:32 -0800)
committerZac Medico <zmedico@gentoo.org>
Mon, 14 Feb 2011 16:34:22 +0000 (08:34 -0800)
pym/_emerge/create_depgraph_params.py

index b0b49b3472de850e55be9ba932564e6c0f86a706..6b97ab79de8fbde0d389da17db4c0ac539b7d583 100644 (file)
@@ -42,6 +42,7 @@ def create_depgraph_params(myopts, myaction):
        if "--nodeps" in myopts:
                myparams.pop("recurse", None)
                myparams.pop("deep", None)
+               myparams.pop("complete", None)
 
        rebuilt_binaries = myopts.get('--rebuilt-binaries')
        if rebuilt_binaries is True or \