commit: 8b8322c4920052543436ca187b27649e6abb458f
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 13 00:35:44 2018 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Apr 13 00:35:44 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8b8322c4
emaint binhost: update Packages header
pym/portage/emaint/modules/binhost/binhost.py | 1 +
1 file changed, 1 insertion(+)
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: