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 35A771382C5 for ; Wed, 28 Mar 2018 15:24:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 453C6E0870; Wed, 28 Mar 2018 15:24:49 +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 1AA7DE0870 for ; Wed, 28 Mar 2018 15:24:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EB9B0335CBF for ; Wed, 28 Mar 2018 15:24:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB63E263 for ; Wed, 28 Mar 2018 15:24:45 +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: <1522250638.839b0d3a58332538c7ea92b6cc4b538332f2deb4.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/actions.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 839b0d3a58332538c7ea92b6cc4b538332f2deb4 X-VCS-Branch: master Date: Wed, 28 Mar 2018 15:24:45 +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: 20cd00c5-2306-4fd7-af31-f620d0943663 X-Archives-Hash: 41f6ffb3a5927d2a5e03b352b1a7bf33 commit: 839b0d3a58332538c7ea92b6cc4b538332f2deb4 Author: Manuel RĂ¼ger gentoo org> AuthorDate: Wed Mar 28 13:22:29 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Mar 28 15:23:58 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=839b0d3a emerge: Add PORTAGE_BINHOST to emerge --info Closes: https://github.com/gentoo/portage/pull/285 pym/_emerge/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 1d4e66def..347ef5fbc 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -1816,7 +1816,7 @@ def action_info(settings, trees, myopts, myfiles): else: myvars = ['GENTOO_MIRRORS', 'CONFIG_PROTECT', 'CONFIG_PROTECT_MASK', 'DISTDIR', 'ENV_UNSET', 'PKGDIR', 'PORTAGE_TMPDIR', - 'PORTAGE_BUNZIP2_COMMAND', + 'PORTAGE_BINHOST', 'PORTAGE_BUNZIP2_COMMAND', 'PORTAGE_BZIP2_COMMAND', 'USE', 'CHOST', 'CFLAGS', 'CXXFLAGS', 'ACCEPT_KEYWORDS', 'ACCEPT_LICENSE', 'FEATURES',