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 8A047158086 for ; Sat, 23 Oct 2021 00:33:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAE5EE0882; Sat, 23 Oct 2021 00:33:48 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B58ACE0882 for ; Sat, 23 Oct 2021 00:33:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C288C34320B for ; Sat, 23 Oct 2021 00:33:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8B44175 for ; Sat, 23 Oct 2021 00:33:44 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1634949218.f567dea9d6119256f9d87e11644c9fb4c4db649d.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/thunderbird/thunderbird-78.14.0.ebuild X-VCS-Directories: mail-client/thunderbird/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: f567dea9d6119256f9d87e11644c9fb4c4db649d X-VCS-Branch: master Date: Sat, 23 Oct 2021 00:33:44 +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: 4bf9a986-02d1-4884-900f-57e98e60f02c X-Archives-Hash: fc46554e975d4001242ae53f05837c38 commit: f567dea9d6119256f9d87e11644c9fb4c4db649d Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Oct 23 00:07:35 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Oct 23 00:33:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f567dea9 mail-client/thunderbird: set MOZBUILD_STATE_PATH This will silence a warning regarding default path. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann gentoo.org> mail-client/thunderbird/thunderbird-78.14.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mail-client/thunderbird/thunderbird-78.14.0.ebuild b/mail-client/thunderbird/thunderbird-78.14.0.ebuild index fe29cb87800..e6e2f60de62 100644 --- a/mail-client/thunderbird/thunderbird-78.14.0.ebuild +++ b/mail-client/thunderbird/thunderbird-78.14.0.ebuild @@ -590,6 +590,9 @@ src_configure() { # python/mach/mach/mixin/process.py fails to detect SHELL export SHELL="${EPREFIX}/bin/bash" + # Set state path + export MOZBUILD_STATE_PATH="${BUILD_DIR}" + # Set MOZCONFIG export MOZCONFIG="${S}/.mozconfig"