From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E13E51382C5 for ; Fri, 13 Apr 2018 01:14:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD24DE07DB; Fri, 13 Apr 2018 01:14:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BABD6E07DB for ; Fri, 13 Apr 2018 01:14:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02AC5335C43 for ; Fri, 13 Apr 2018 01:14:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF5C2275 for ; Fri, 13 Apr 2018 01:14:03 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1523579744.8b8322c4920052543436ca187b27649e6abb458f.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/emaint/modules/binhost/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/emaint/modules/binhost/binhost.py X-VCS-Directories: pym/portage/emaint/modules/binhost/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 8b8322c4920052543436ca187b27649e6abb458f X-VCS-Branch: master Date: Fri, 13 Apr 2018 01:14:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7e44d616-d50d-4a95-b058-1bf184101069 X-Archives-Hash: e9e7d471d5ced40ba5c86676e80d6044 commit: 8b8322c4920052543436ca187b27649e6abb458f Author: Zac Medico gentoo org> AuthorDate: Fri Apr 13 00:35:44 2018 +0000 Commit: Zac Medico gentoo 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: