sys-apps/fwupd: Respect sandbox environment better
authorTony Vroon <chainsaw@gentoo.org>
Tue, 5 Nov 2019 13:58:50 +0000 (13:58 +0000)
committerTony Vroon <chainsaw@gentoo.org>
Tue, 5 Nov 2019 13:58:50 +0000 (13:58 +0000)
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 <toralf@gentoo.org>
Suggested-by: David Haller <gentoo@dhaller.de>
Acked-by: Lars Wendler <polynomial-c@gentoo.org>
Signed-Off-By: Tony Vroon <chainsaw@gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.16

sys-apps/fwupd/fwupd-1.3.3-r1.ebuild

index 1d86c3c275b5c9394b66f0a0f67f7db7566a5bf3..684e4c548a490857642c9426545d6e2426699a2a 100644 (file)
@@ -129,7 +129,7 @@ src_configure() {
                # Dependencies are not available (yet?)
                -Dplugin_modem_manager="false"
        )
-
+       export CACHE_DIRECTORY="${T}"
        meson_src_configure
 }