Fix inverted --with-bdeps logic.
authorZac Medico <zmedico@gentoo.org>
Fri, 29 Sep 2006 05:36:50 +0000 (05:36 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 29 Sep 2006 05:36:50 +0000 (05:36 -0000)
svn path=/main/trunk/; revision=4555

bin/emerge

index 9012f7b1835af73da47068a5afc41f733bc3383e..dc70a2f8c9a946c3be46570c659f47c1bee6b25f 100755 (executable)
@@ -816,7 +816,7 @@ class depgraph:
                        if "--buildpkgonly" in self.myopts:
                                edepend["RDEPEND"] = ""
                                edepend["PDEPEND"] = ""
-               if self.myopts.get("--with-bdeps", "n") == "y" and \
+               if self.myopts.get("--with-bdeps", "n") == "n" and \
                        (mytype == "binary" or mybigkey[3] == "nomerge"):
                        edepend["DEPEND"] = ""