Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice/
Date: Wed, 26 Oct 2016 21:36:31
Message-Id: 1477517782.d02bcde01c8c35e7ebb3c2a2298f5d401ec718ac.monsieurp@gentoo
1 commit: d02bcde01c8c35e7ebb3c2a2298f5d401ec718ac
2 Author: Nick Sarnie <commendsarnex <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 24 02:45:35 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 26 21:36:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02bcde0
7
8 app-emulation/spice: clean up XDG environment.
9
10 Gentoo-Bug: https://bugs.gentoo.org/591462
11
12 Acked-by: Matthias Maier <tamiko <AT> gentoo.org>
13 Closes: https://github.com/gentoo/gentoo/pull/2654
14
15 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
16
17 app-emulation/spice/spice-0.13.2.ebuild | 4 +++-
18 1 file changed, 3 insertions(+), 1 deletion(-)
19
20 diff --git a/app-emulation/spice/spice-0.13.2.ebuild b/app-emulation/spice/spice-0.13.2.ebuild
21 index 6c589d9..9b2f97d 100644
22 --- a/app-emulation/spice/spice-0.13.2.ebuild
23 +++ b/app-emulation/spice/spice-0.13.2.ebuild
24 @@ -6,7 +6,7 @@ EAPI=6
25
26 PYTHON_COMPAT=( python{2_7,3_4} )
27
28 -inherit eutils python-any-r1 readme.gentoo-r1
29 +inherit eutils python-any-r1 readme.gentoo-r1 xdg-utils
30
31 DESCRIPTION="SPICE server"
32 HOMEPAGE="http://spice-space.org/"
33 @@ -59,6 +59,8 @@ src_configure() {
34 # https://bugzilla.gnome.org/show_bug.cgi?id=744135
35 addpredict /dev
36
37 + xdg_environment_reset
38 +
39 local myconf="
40 $(use_enable static-libs static)
41 $(use_enable lz4)