Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 571378 | Differences between
and this patch

Collapse All | Expand All

(-)gnome2-utils.eclass.old (+8 lines)
Lines 101-106 Link Here
101
101
102
	# Ensure we don't rely on dconf/gconf while building, bug #511946
102
	# Ensure we don't rely on dconf/gconf while building, bug #511946
103
	export GSETTINGS_BACKEND="memory" 
103
	export GSETTINGS_BACKEND="memory" 
104
105
	if has ${EAPI:-0} 6; then
106
		# Try to cover the packages honoring this variable, bug #508124
107
		export GST_INSPECT="$(type -P true)"
108
		
109
		# Stop relying on random DISPLAY variable values, bug #534312
110
		unset DISPLAY
111
	fi
104
}
112
}
105
113
106
# @FUNCTION: gnome2_gconf_savelist
114
# @FUNCTION: gnome2_gconf_savelist

Return to bug 571378