Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 14 Dec 2015 21:00:52
Message-Id: 1450126835.b59e7c3f143076a073172c31599c63ab6b3a59aa.pacho@gentoo
1 commit: b59e7c3f143076a073172c31599c63ab6b3a59aa
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 14 21:00:35 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 14 21:00:35 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b59e7c3f
7
8 eclass/gnome2-utils.eclass: Ensure we don't rely on dconf/gconf while building, bug #511946
9
10 eclass/gnome2-utils.eclass | 3 +++
11 1 file changed, 3 insertions(+)
12
13 diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass
14 index 83a3610..94ec32c 100644
15 --- a/eclass/gnome2-utils.eclass
16 +++ b/eclass/gnome2-utils.eclass
17 @@ -97,6 +97,9 @@ gnome2_environment_reset() {
18
19 # GST_REGISTRY is to work around gst utilities trying to read/write /root
20 export GST_REGISTRY="${T}/registry.xml"
21 +
22 + # Ensure we don't rely on dconf/gconf while building, bug #511946
23 + export GSETTINGS_BACKEND="memory"
24 }
25
26 # @FUNCTION: gnome2_gconf_savelist