aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2018-04-12 17:35:44 -0700
committerZac Medico <zmedico@gentoo.org>2018-04-12 17:35:44 -0700
commit8b8322c4920052543436ca187b27649e6abb458f (patch)
tree35d3504fa97cac002d21f95a689ea1aa4c0a7269
parentImplement AbstractEventLoop.call_exception_handler (bug 649588) (diff)
downloadportage-8b8322c4920052543436ca187b27649e6abb458f.tar.gz
portage-8b8322c4920052543436ca187b27649e6abb458f.tar.bz2
portage-8b8322c4920052543436ca187b27649e6abb458f.zip
emaint binhost: update Packages header
-rw-r--r--pym/portage/emaint/modules/binhost/binhost.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/emaint/modules/binhost/binhost.py b/pym/portage/emaint/modules/binhost/binhost.py
index 1c9006386..d3df0cbce 100644
--- a/pym/portage/emaint/modules/binhost/binhost.py
+++ b/pym/portage/emaint/modules/binhost/binhost.py
@@ -170,6 +170,7 @@ class BinhostHandler(object):
del pkgindex.packages[:]
pkgindex.packages.extend(metadata.values())
+ bintree._update_pkgindex_header(self._pkgindex.header)
bintree._pkgindex_write(self._pkgindex)
finally: