quickpkg_extended_atom: handle =* operator
authorZac Medico <zmedico@gentoo.org>
Thu, 13 Oct 2011 15:14:18 +0000 (08:14 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 13 Oct 2011 15:14:18 +0000 (08:14 -0700)
bin/quickpkg

index c95a58423f6d36357cfe1f43feb95d65cbaa8c4a..0982c4a80ece9a1f25475da2dd0c9a73797b8657 100755 (executable)
@@ -201,6 +201,11 @@ def quickpkg_extended_atom(options, infos, arg, eout):
                infos["missing"].append(arg)
                return
 
+       if not atom.extended_syntax:
+               # =* operator
+               quickpkg_atom(options, infos, atom, eout)
+               return
+
        require_metadata = atom.slot or atom.repo
        atoms = []
        for cpv in vardb.cpv_all():