From 2ae07610ad187de2182fe0a36611042104f66511 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 13 Oct 2011 08:14:18 -0700 Subject: [PATCH] quickpkg_extended_atom: handle =* operator --- bin/quickpkg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/quickpkg b/bin/quickpkg index c95a58423..0982c4a80 100755 --- a/bin/quickpkg +++ b/bin/quickpkg @@ -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(): -- 2.26.2