From 55dd7bc8587f4ef48a4ff6ddd4e176fbb72d118d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 13 Oct 2011 22:13:03 -0700 Subject: quickpkg: optimize */* matches --- bin/quickpkg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/quickpkg b/bin/quickpkg index 69472248f..ced246888 100755 --- a/bin/quickpkg +++ b/bin/quickpkg @@ -198,6 +198,11 @@ def quickpkg_extended_atom(options, infos, atom, eout): atoms = [] for cpv in vardb.cpv_all(): cpv_atom = Atom("=%s" % cpv) + + if atom == "*/*": + atoms.append(cpv_atom) + continue + if not extended_cp_match(atom.cp, cpv_atom.cp): continue -- cgit v1.2.3-1-g7c22