commit: b59e7c3f143076a073172c31599c63ab6b3a59aa
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 14 21:00:35 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Dec 14 21:00:35 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b59e7c3f
eclass/gnome2-utils.eclass: Ensure we don't rely on dconf/gconf while building,
bug #511946
eclass/gnome2-utils.eclass | 3 +++
1 file changed, 3 insertions(+)
diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass
index 83a3610..94ec32c 100644
--- a/eclass/gnome2-utils.eclass
+++ b/eclass/gnome2-utils.eclass
@@ -97,6 +97,9 @@ gnome2_environment_reset() {
# GST_REGISTRY is to work around gst utilities trying to read/write
/root
export GST_REGISTRY="${T}/registry.xml"
+
+ # Ensure we don't rely on dconf/gconf while building, bug #511946
+ export GSETTINGS_BACKEND="memory"
}
# @FUNCTION: gnome2_gconf_savelist