diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-12-14 22:00:35 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-12-14 22:00:35 +0100 |
commit | b59e7c3f143076a073172c31599c63ab6b3a59aa (patch) | |
tree | 365ff402ba79b9d5f1a518d9a309b27eafdf3da1 /eclass/gnome2-utils.eclass | |
parent | app-arch/pigz: marked ~ppc-macos, bug #567104 (diff) | |
download | gentoo-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
Diffstat (limited to 'eclass/gnome2-utils.eclass')
-rw-r--r-- | eclass/gnome2-utils.eclass | 3 |
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 |