diff options
Diffstat (limited to 'app-emulation/spice')
-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) |