projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
887c311
)
Properly treat myopts as a dict.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 29 Sep 2006 01:52:50 +0000
(
01:52
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 29 Sep 2006 01:52:50 +0000
(
01:52
-0000)
svn path=/main/trunk/; revision=4553
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index a78af8ff900a21806664f3caba334d792efd5b9e..9012f7b1835af73da47068a5afc41f733bc3383e 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-2427,7
+2427,7
@@
def unmerge(settings, myopts, vartree, unmerge_action, unmerge_files,
if "--ask" in myopts:
if userquery("Would you like to unmerge these packages?")=="No":
# enter pretend mode for correct formatting of results
- myopts
+=["--pretend"]
+ myopts
["--pretend"] = True
print
print "Quitting."
print