projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4858344
)
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>
Tue, 12 Oct 2010 01:50:21 +0000
(18:50 -0700)
pym/_emerge/main.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/main.py
b/pym/_emerge/main.py
index 3181df3e7a55d0c5982774db8455a5fe9a717b25..f262d11bf8eccd56e9937ef732db5f9c0cf929e4 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',),