summaryrefslogtreecommitdiff
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
parentapp-arch/pigz: marked ~ppc-macos, bug #567104 (diff)
downloadgentoo-b59e7c3f143076a073172c31599c63ab6b3a59aa.tar.gz
gentoo-b59e7c3f143076a073172c31599c63ab6b3a59aa.tar.bz2
gentoo-b59e7c3f143076a073172c31599c63ab6b3a59aa.zip
eclass/gnome2-utils.eclass: Ensure we don't rely on dconf/gconf while building, bug #511946
-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 83a361057041..94ec32c6a87e 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