diff options
author | Nick Sarnie <commendsarnex@gmail.com> | 2016-10-23 22:45:35 -0400 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-26 23:36:22 +0200 |
commit | d02bcde01c8c35e7ebb3c2a2298f5d401ec718ac (patch) | |
tree | e6f1f308985195724da2d7b889a900c7c4e30df4 /app-emulation | |
parent | dev-util/nvidia-cuda-toolkit: Version bumpt to 8.0.44 (diff) | |
download | gentoo-d02bcde01c8c35e7ebb3c2a2298f5d401ec718ac.tar.gz gentoo-d02bcde01c8c35e7ebb3c2a2298f5d401ec718ac.tar.bz2 gentoo-d02bcde01c8c35e7ebb3c2a2298f5d401ec718ac.zip |
app-emulation/spice: clean up XDG environment.
Gentoo-Bug: https://bugs.gentoo.org/591462
Acked-by: Matthias Maier <tamiko@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/2654
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spice/spice-0.13.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/spice/spice-0.13.2.ebuild b/app-emulation/spice/spice-0.13.2.ebuild index 6c589d98a945..9b2f97d98163 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) |