--- gnome2-utils.eclass.old 2016-02-29 12:54:50.000000000 +0100 +++ gnome2-utils.eclass.old 2016-02-29 12:59:16.000000000 +0100 @@ -101,6 +101,14 @@ # Ensure we don't rely on dconf/gconf while building, bug #511946 export GSETTINGS_BACKEND="memory" + + if has ${EAPI:-0} 6; then + # Try to cover the packages honoring this variable, bug #508124 + export GST_INSPECT="$(type -P true)" + + # Stop relying on random DISPLAY variable values, bug #534312 + unset DISPLAY + fi } # @FUNCTION: gnome2_gconf_savelist