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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10157158003 for ; Wed, 16 Nov 2022 08:59:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61108E088B; Wed, 16 Nov 2022 08:59:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49FF5E088B for ; Wed, 16 Nov 2022 08:59:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71750340D82 for ; Wed, 16 Nov 2022 08:59:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED282523 for ; Wed, 16 Nov 2022 08:59:11 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1668588817.72f679853cbec7a34a358e9c67f70b672ee86bee.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: qmerge.c X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 72f679853cbec7a34a358e9c67f70b672ee86bee X-VCS-Branch: master Date: Wed, 16 Nov 2022 08:59:11 +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: e68e66b2-f5b0-473a-afbb-50935a928c46 X-Archives-Hash: fda45b470630365127274d0138276b7a commit: 72f679853cbec7a34a358e9c67f70b672ee86bee Author: sfrolov google com> AuthorDate: Wed Nov 16 08:53:37 2022 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Nov 16 08:53:37 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=72f67985 qmerge: set EBUILD_PHASE_FUNC EBUILD_PHASE_FUNC is a variable that contains an exact phase function name. It was added in https://bugs.gentoo.org/show_bug.cgi?id=390765 Bug: https://bugs.gentoo.org/880867 Signed-off-by: Fabian Groffen gentoo.org> qmerge.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qmerge.c b/qmerge.c index 80affdb..18fdbb5 100644 --- a/qmerge.c +++ b/qmerge.c @@ -724,6 +724,7 @@ pkg_run_func_at( /* Load the main env */ ". \"%6$s/environment\"\n" /* Reload env vars that matter to us */ + "export EBUILD_PHASE_FUNC='%2$s'\n" "export FILESDIR=/.does/not/exist/anywhere\n" "export MERGE_TYPE=binary\n" "export ROOT='%4$s'\n"