projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e4c01e
)
Bug #190781 - Don't include --oneshot in the options that --update implies.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 18 Sep 2007 06:01:47 +0000
(06:01 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 18 Sep 2007 06:01:47 +0000
(06:01 -0000)
svn path=/main/trunk/; revision=7790
pym/emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/emerge/__init__.py
b/pym/emerge/__init__.py
index b09e20537f159024af0c3d0b044cd5477b88b2d8..6dd5371e3943abc21310840083c1567a6c402d0d 100644
(file)
--- a/
pym/emerge/__init__.py
+++ b/
pym/emerge/__init__.py
@@
-1565,8
+1565,7
@@
class depgraph(object):
arg_atoms = greedy_atoms
oneshot = "--oneshot" in self.myopts or \
- "--onlydeps" in self.myopts or \
- "--update" in self.myopts
+ "--onlydeps" in self.myopts
""" These are used inside self.create() in order to ensure packages
that happen to match arguments are not incorrectly marked as nomerge."""
args_set = self._sets["args"]