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>
Mon, 11 Oct 2010 15:27:38 +0000 (08:27 -0700)
pym/_emerge/main.py

index 0fa41b154fa4f80cdaf3a99de2e7a8f4186be70a..087e456fd2bf033d88b6289ed5e0efd25691baba 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',),