projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feee116
)
Drop from --ask to --pretend for uninstall all actions. (trunk r13374)
author
Zac Medico
<zmedico@gentoo.org>
Thu, 30 Apr 2009 07:21:14 +0000
(07:21 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 30 Apr 2009 07:21:14 +0000
(07:21 -0000)
svn path=/main/branches/2.1.6/; revision=13527
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index d1817e55c304167bf690b3f99c211a43fae3d7bd..879579bb94bae91150253e0d2a2b142a9b4312af 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-15634,7
+15634,8
@@
def emerge_main():
if portage.secpass < 2:
# We've already allowed "--version" and "--help" above.
if "--pretend" not in myopts and myaction not in ("search","info"):
- need_superuser = myaction in ('deselect',) or not \
+ need_superuser = myaction in ('clean', 'depclean', 'deselect',
+ 'prune', 'unmerge') or not \
(fetchonly or \
(buildpkgonly and secpass >= 1) or \
myaction in ("metadata", "regen") or \