eclass/gnome2-utils.eclass: Ensure we don't rely on dconf/gconf while building, bug...
authorPacho Ramos <pacho@gentoo.org>
Mon, 14 Dec 2015 21:00:35 +0000 (22:00 +0100)
committerPacho Ramos <pacho@gentoo.org>
Mon, 14 Dec 2015 21:00:35 +0000 (22:00 +0100)
eclass/gnome2-utils.eclass

index 83a3610570411ab7ef65db1f0ec45b1718182109..94ec32c6a87e47fb6d5cfc9dd268ab8001a61359 100644 (file)
@@ -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