Fix breakage in emerge -b option parsing.
authorZac Medico <zmedico@gentoo.org>
Mon, 11 Oct 2010 15:27:38 +0000 (08:27 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 12 Oct 2010 01:50:21 +0000 (18:50 -0700)
pym/_emerge/main.py

index 3181df3e7a55d0c5982774db8455a5fe9a717b25..f262d11bf8eccd56e9937ef732db5f9c0cf929e4 100644 (file)
@@ -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',),