summaryrefslogtreecommitdiff
path: root/eclass/gnome2-utils.eclass
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-12-14 22:00:35 +0100
committerPacho Ramos <pacho@gentoo.org>2015-12-14 22:00:35 +0100
commitb59e7c3f143076a073172c31599c63ab6b3a59aa (patch)
tree365ff402ba79b9d5f1a518d9a309b27eafdf3da1 /eclass/gnome2-utils.eclass
parent265051008bee2fd94af9146c3816a8fc727a0149 (diff)
downloadgentoo-b59e7c3f143076a073172c31599c63ab6b3a59aa.tar.gz
gentoo-b59e7c3f143076a073172c31599c63ab6b3a59aa.tar.xz
eclass/gnome2-utils.eclass: Ensure we don't rely on dconf/gconf while building, bug #511946
Diffstat (limited to 'eclass/gnome2-utils.eclass')
-rw-r--r--eclass/gnome2-utils.eclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass
index 83a36105704..94ec32c6a87 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