commit:     d02bcde01c8c35e7ebb3c2a2298f5d401ec718ac
Author:     Nick Sarnie <commendsarnex <AT> gmail <DOT> com>
AuthorDate: Mon Oct 24 02:45:35 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Oct 26 21:36:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02bcde0

app-emulation/spice: clean up XDG environment.

Gentoo-Bug: https://bugs.gentoo.org/591462

Acked-by: Matthias Maier <tamiko <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/2654

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-emulation/spice/spice-0.13.2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-emulation/spice/spice-0.13.2.ebuild 
b/app-emulation/spice/spice-0.13.2.ebuild
index 6c589d9..9b2f97d 100644
--- a/app-emulation/spice/spice-0.13.2.ebuild
+++ b/app-emulation/spice/spice-0.13.2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_4} )
 
-inherit eutils python-any-r1 readme.gentoo-r1
+inherit eutils python-any-r1 readme.gentoo-r1 xdg-utils
 
 DESCRIPTION="SPICE server"
 HOMEPAGE="http://spice-space.org/";
@@ -59,6 +59,8 @@ src_configure() {
        # https://bugzilla.gnome.org/show_bug.cgi?id=744135
        addpredict /dev
 
+       xdg_environment_reset
+
        local myconf="
                $(use_enable static-libs static)
                $(use_enable lz4)

Reply via email to