summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2017-05-11 00:37:53 -0500
committerMatthias Maier <tamiko@gentoo.org>2017-05-11 00:37:53 -0500
commitf43fddb87c5c508fcdb768dbcbfae7766268f0de (patch)
tree4b530e904edad0ad82c57f14bce778e2e48b22b9 /net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild
parentnet-misc/spice-gtk: fix compile error, bug #604828 (diff)
downloadgentoo-f43fddb87c5c508fcdb768dbcbfae7766268f0de.tar.gz
gentoo-f43fddb87c5c508fcdb768dbcbfae7766268f0de.tar.bz2
gentoo-f43fddb87c5c508fcdb768dbcbfae7766268f0de.zip
net-misc/spice-gtk: Clean up xdg environment, bug #586642
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild')
-rw-r--r--net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild5
1 files changed, 4 insertions, 1 deletions
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 26dba5b782f0..b9d9211f268f 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