projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a580aee
)
quickpkg_extended_atom: handle =* operator
author
Zac Medico
<zmedico@gentoo.org>
Thu, 13 Oct 2011 15:14:18 +0000
(08:14 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 13 Oct 2011 15:14:18 +0000
(08:14 -0700)
bin/quickpkg
patch
|
blob
|
history
diff --git
a/bin/quickpkg
b/bin/quickpkg
index c95a58423f6d36357cfe1f43feb95d65cbaa8c4a..0982c4a80ece9a1f25475da2dd0c9a73797b8657 100755
(executable)
--- 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():