Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Mon, 24 Feb 2020 22:36:04
Message-Id: 1582583714.e69c7368abece7ff6ecc9118f972601869d40706.whissi@gentoo
1 commit: e69c7368abece7ff6ecc9118f972601869d40706
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 24 21:01:04 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 24 22:35:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69c7368
7
8 www-client/firefox: avoid build failure caused by set XDG_CACHE_HOME
9
10 Bug: https://bugs.gentoo.org/709318
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 www-client/firefox/firefox-68.5.0.ebuild | 1 +
15 www-client/firefox/firefox-73.0.1.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/www-client/firefox/firefox-68.5.0.ebuild b/www-client/firefox/firefox-68.5.0.ebuild
19 index 53a91a96f61..5b6773e66a4 100644
20 --- a/www-client/firefox/firefox-68.5.0.ebuild
21 +++ b/www-client/firefox/firefox-68.5.0.ebuild
22 @@ -227,6 +227,7 @@ pkg_setup() {
23 DISPLAY \
24 ORBIT_SOCKETDIR \
25 SESSION_MANAGER \
26 + XDG_CACHE_HOME \
27 XDG_SESSION_COOKIE \
28 XAUTHORITY
29
30
31 diff --git a/www-client/firefox/firefox-73.0.1.ebuild b/www-client/firefox/firefox-73.0.1.ebuild
32 index 6e104cb56f9..e91d169c5b6 100644
33 --- a/www-client/firefox/firefox-73.0.1.ebuild
34 +++ b/www-client/firefox/firefox-73.0.1.ebuild
35 @@ -219,6 +219,7 @@ pkg_setup() {
36 DISPLAY \
37 ORBIT_SOCKETDIR \
38 SESSION_MANAGER \
39 + XDG_CACHE_HOME \
40 XDG_SESSION_COOKIE \
41 XAUTHORITY