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 4D8A8138239 for ; Tue, 5 Nov 2019 13:59:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8695EE0822; Tue, 5 Nov 2019 13:59:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6B07BE0822 for ; Tue, 5 Nov 2019 13:59:13 +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 4042F34C8EB for ; Tue, 5 Nov 2019 13:59:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89ED1A8 for ; Tue, 5 Nov 2019 13:59:10 +0000 (UTC) From: "Tony Vroon" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Vroon" Message-ID: <1572962330.653364af9e089cc2b2c63446546510036b8f0bb0.chainsaw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fwupd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fwupd/fwupd-1.3.3-r1.ebuild X-VCS-Directories: sys-apps/fwupd/ X-VCS-Committer: chainsaw X-VCS-Committer-Name: Tony Vroon X-VCS-Revision: 653364af9e089cc2b2c63446546510036b8f0bb0 X-VCS-Branch: master Date: Tue, 5 Nov 2019 13:59:10 +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: 0c3ec78a-f429-41a9-84bb-f2498d310e6f X-Archives-Hash: c794e8eb16f08e61002762c4902539cc commit: 653364af9e089cc2b2c63446546510036b8f0bb0 Author: Tony Vroon gentoo org> AuthorDate: Tue Nov 5 13:58:50 2019 +0000 Commit: Tony Vroon gentoo org> CommitDate: Tue Nov 5 13:58:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653364af sys-apps/fwupd: Respect sandbox environment better Set CACHE_DIRECTORY in the environment, as suggested by David Haller. No revision bump, if this affected you it would not install/merge. Closes: https://bugs.gentoo.org/699162 Reported-By: Toralf Förster gentoo.org> Suggested-by: David Haller dhaller.de> Acked-by: Lars Wendler gentoo.org> Signed-Off-By: Tony Vroon gentoo.org> Package-Manager: Portage-2.3.76, Repoman-2.3.16 sys-apps/fwupd/fwupd-1.3.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/fwupd/fwupd-1.3.3-r1.ebuild b/sys-apps/fwupd/fwupd-1.3.3-r1.ebuild index 1d86c3c275b..684e4c548a4 100644 --- a/sys-apps/fwupd/fwupd-1.3.3-r1.ebuild +++ b/sys-apps/fwupd/fwupd-1.3.3-r1.ebuild @@ -129,7 +129,7 @@ src_configure() { # Dependencies are not available (yet?) -Dplugin_modem_manager="false" ) - + export CACHE_DIRECTORY="${T}" meson_src_configure }