Fix --selective so it works.
authorZac Medico <zmedico@gentoo.org>
Wed, 8 Jul 2009 20:05:14 +0000 (20:05 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 8 Jul 2009 20:05:14 +0000 (20:05 -0000)
svn path=/main/trunk/; revision=13806

pym/_emerge/create_depgraph_params.py

index 5baad8004c1b2bff0dab72b9740bc05b8d3f082e..78c79fe2d3ffd694dee8f863cb8f7c08127c07c2 100644 (file)
@@ -22,7 +22,8 @@ def create_depgraph_params(myopts, myaction):
        if "--update" in myopts or \
                "--newuse" in myopts or \
                "--reinstall" in myopts or \
-               "--noreplace" in myopts:
+               "--noreplace" in myopts or \
+               "--selective" in myopts:
                myparams.add("selective")
        if "--emptytree" in myopts:
                myparams.add("empty")