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 84047138335 for ; Sun, 15 Sep 2019 03:08:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A1D8E0891; Sun, 15 Sep 2019 03:08:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 71538E0891 for ; Sun, 15 Sep 2019 03:08:22 +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 1126534B1A3 for ; Sun, 15 Sep 2019 03:08:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59ABE744 for ; Sun, 15 Sep 2019 03:08:18 +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: <1568516810.6f25ddc48be233c8c832eb733c2f46a3a587051a.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/phase-functions.sh X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 6f25ddc48be233c8c832eb733c2f46a3a587051a X-VCS-Branch: master Date: Sun, 15 Sep 2019 03:08:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8bc168f6-cae2-4de0-8dda-d91a7fb178e6 X-Archives-Hash: 82ea5746522a0861ea1f48e927cbe535 commit: 6f25ddc48be233c8c832eb733c2f46a3a587051a Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sun Sep 15 02:56:59 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Sep 15 03:06:50 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6f25ddc4 __filter_readonly_variables: Filter ___* variables. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Zac Medico gentoo.org> bin/phase-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh index e6380f554..0bc0d525e 100644 --- a/bin/phase-functions.sh +++ b/bin/phase-functions.sh @@ -97,7 +97,7 @@ __filter_readonly_variables() { # Untrusted due to possible application of package renames to binpkgs local binpkg_untrusted_vars="CATEGORY P PF PN PR PV PVR" local misc_garbage_vars="_portage_filter_opts" - filtered_vars="$readonly_bash_vars $bash_misc_vars + filtered_vars="___.* $readonly_bash_vars $bash_misc_vars $PORTAGE_READONLY_VARS $misc_garbage_vars" # Filter SYSROOT unconditionally. It is propagated in every EAPI