projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
297fc75
)
Fix inverted --with-bdeps logic.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 29 Sep 2006 05:36:50 +0000
(
05:36
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 29 Sep 2006 05:36:50 +0000
(
05:36
-0000)
svn path=/main/trunk/; revision=4555
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 9012f7b1835af73da47068a5afc41f733bc3383e..dc70a2f8c9a946c3be46570c659f47c1bee6b25f 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-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"] = ""