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 C2D201382C5 for ; Fri, 13 Apr 2018 01:23:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3809E09D7; Fri, 13 Apr 2018 01:23:26 +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 C0711E09D7 for ; Fri, 13 Apr 2018 01:23:26 +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 59606335C5C for ; Fri, 13 Apr 2018 01:23:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46A46274 for ; Fri, 13 Apr 2018 01:23:22 +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: <1523582543.e767fd990b89bce010b9e9a29c2892eecbf15fa9.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/dbapi/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/dbapi/bintree.py X-VCS-Directories: pym/portage/dbapi/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: e767fd990b89bce010b9e9a29c2892eecbf15fa9 X-VCS-Branch: master Date: Fri, 13 Apr 2018 01:23:22 +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: e2ac6f06-9f3c-4428-a98d-bf73f4f1f1c6 X-Archives-Hash: ff7596198a840d4f3b95a8c89c815340 commit: e767fd990b89bce010b9e9a29c2892eecbf15fa9 Author: Zac Medico gentoo org> AuthorDate: Fri Apr 13 01:18:10 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Apr 13 01:22:23 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e767fd99 binarytree._update_pkgindex_header: include USE_EXPAND_IMPLICIT vars (bug 644990) It's useful to have values of USE_EXPAND_IMPLICIT variables in the Packages header. Bug: https://bugs.gentoo.org/644990 pym/portage/dbapi/bintree.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py index 324305aef..a963c578e 100644 --- a/pym/portage/dbapi/bintree.py +++ b/pym/portage/dbapi/bintree.py @@ -1322,6 +1322,7 @@ class binarytree(object): else: header.pop("URI", None) for k in list(self._pkgindex_header_keys) + \ + self.settings.get("USE_EXPAND_IMPLICIT", "").split() + \ self.settings.get("USE_EXPAND_UNPREFIXED", "").split(): v = self.settings.get(k, None) if v: