projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
579d11b
)
Fix breakage in emerge -b option parsing.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 11 Oct 2010 15:27:38 +0000
(08:27 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 11 Oct 2010 15:27:38 +0000
(08:27 -0700)
pym/_emerge/main.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/main.py
b/pym/_emerge/main.py
index 0fa41b154fa4f80cdaf3a99de2e7a8f4186be70a..087e456fd2bf033d88b6289ed5e0efd25691baba 100644
(file)
--- a/
pym/_emerge/main.py
+++ b/
pym/_emerge/main.py
@@
-426,6
+426,7
@@
def insert_optional_args(args):
# Don't make things like "-kn" expand to "-k n"
# since existence of -n makes it too ambiguous.
short_arg_opts_n = {
+ 'b' : ('n',),
'g' : ('n',),
'G' : ('n',),
'k' : ('n',),