projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2650510
)
eclass/gnome2-utils.eclass: Ensure we don't rely on dconf/gconf while building, bug...
author
Pacho Ramos
<pacho@gentoo.org>
Mon, 14 Dec 2015 21:00:35 +0000
(22:00 +0100)
committer
Pacho Ramos
<pacho@gentoo.org>
Mon, 14 Dec 2015 21:00:35 +0000
(22:00 +0100)
eclass/gnome2-utils.eclass
patch
|
blob
|
history
diff --git
a/eclass/gnome2-utils.eclass
b/eclass/gnome2-utils.eclass
index 83a3610570411ab7ef65db1f0ec45b1718182109..94ec32c6a87e47fb6d5cfc9dd268ab8001a61359 100644
(file)
--- 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