commit: f43fddb87c5c508fcdb768dbcbfae7766268f0de Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Thu May 11 05:37:53 2017 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Thu May 11 05:37:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43fddb8
net-misc/spice-gtk: Clean up xdg environment, bug #586642 Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild b/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild index 26dba5b782f..b9d9211f268 100644 --- a/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild @@ -6,7 +6,7 @@ GCONF_DEBUG="no" VALA_MIN_API_VERSION="0.14" VALA_USE_DEPEND="vapigen" -inherit autotools eutils vala readme.gentoo-r1 +inherit autotools eutils xdg-utils vala readme.gentoo-r1 DESCRIPTION="Set of GObject and Gtk objects for connecting to Spice servers and a client GUI" HOMEPAGE="http://spice-space.org https://cgit.freedesktop.org/spice/spice-gtk/" @@ -91,6 +91,9 @@ src_configure() { # https://bugzilla.gnome.org/show_bug.cgi?id=744135 addpredict /dev + # Clean up environment, bug #586642 + xdg_environment_reset + local myconf if use vala ; then
