summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage.py b/pym/portage.py
index c41878ff7..d006487d9 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -6825,6 +6825,7 @@ def do_upgrade(mykey):
db["/"]["bintree"].move_ent(mysplit)
except portage_exception.InvalidPackageName, e:
writemsg("\nERROR: Malformed update entry '%s'\n" % myline)
+ myupd.remove(myline) # myupd is used by fixpackages later
continue
#update world entries:
for x in range(0,len(worldlist)):