summaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-11-23 12:36:54 +0000
committerZac Medico <zmedico@gentoo.org>2006-11-23 12:36:54 +0000
commit0d71298654f261e00ca7e65818bf099d4efc4a1d (patch)
treed9e139b450f321738bf54bfe1c6dfc27e60b3819 /pym
parentFor bug #156014, always round up the next kB so that it doesn't show 0 kB whe... (diff)
downloadportage-multirepo-0d71298654f261e00ca7e65818bf099d4efc4a1d.tar.gz
portage-multirepo-0d71298654f261e00ca7e65818bf099d4efc4a1d.tar.bz2
portage-multirepo-0d71298654f261e00ca7e65818bf099d4efc4a1d.zip
Allow -keyword to be matched since some ebuilds use it. Thanks to Brian Harring reporting on bug #150585.
svn path=/main/trunk/; revision=5123
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pym/portage.py b/pym/portage.py
index cebf6476..a66c88c6 100644
--- 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