diff options
-rw-r--r-- | pym/portage.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage.py b/pym/portage.py index a7853f600..1671c463f 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -5370,6 +5370,7 @@ class binarytree(packagetree): if not mycat: #old-style or corrupt package writemsg("!!! Invalid binary package: "+mypkg+"\n") + writemsg("!!! This binary package is not recoverable and should be deleted.\n") self.invalids.append(mypkg) continue mycat=string.strip(mycat) |