projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bebada
)
Allow -keyword to be matched since some ebuilds use it. Thanks to Brian Harring...
author
Zac Medico
<zmedico@gentoo.org>
Thu, 23 Nov 2006 12:36:54 +0000
(12:36 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 23 Nov 2006 12:36:54 +0000
(12:36 -0000)
svn path=/main/trunk/; revision=5123
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index cebf647615e39c66654acd8637887f2ea08eba6a..a66c88c6b4271492ce1f79267fa828e951431f44 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-4090,7
+4090,6
@@
def getmaskingstatus(mycpv, settings=None, portdb=None):
inc_pgroups.remove(x[1:])
except ValueError:
pass
- continue
if x not in inc_pgroups:
inc_pgroups.append(x)
pgroups = inc_pgroups
@@
-5604,7
+5603,6
@@
class portdbapi(dbapi):
inc_pgroups.remove(x[1:])
except ValueError:
pass
- continue
if x not in inc_pgroups:
inc_pgroups.append(x)
pgroups = inc_pgroups