Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/playerctl/
Date: Sat, 29 Oct 2016 14:20:18
Message-Id: 1477750750.cf0a91e27c8e9209fceea087f281efb91037fe23.gokturk@gentoo
1 commit: cf0a91e27c8e9209fceea087f281efb91037fe23
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 14:18:13 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 14:19:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf0a91e2
7
8 media-sound/playerctl: fix xdg related sandbox violation #596166
9
10 Gentoo-Bug: https://bugs.gentoo.org/596166
11
12 Package-Manager: portage-2.2.28
13
14 media-sound/playerctl/playerctl-0.5.0.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/media-sound/playerctl/playerctl-0.5.0.ebuild b/media-sound/playerctl/playerctl-0.5.0.ebuild
18 index 7f5b861..72c1ae6 100644
19 --- a/media-sound/playerctl/playerctl-0.5.0.ebuild
20 +++ b/media-sound/playerctl/playerctl-0.5.0.ebuild
21 @@ -4,7 +4,7 @@
22
23 EAPI=6
24
25 -inherit autotools
26 +inherit autotools xdg-utils
27
28 DESCRIPTION="A CLI utility to control media players over MPRIS"
29 HOMEPAGE="https://github.com/acrisci/playerctl"
30 @@ -35,6 +35,8 @@ src_prepare() {
31 }
32
33 src_configure() {
34 + xdg_environment_reset # 596166
35 +
36 econf \
37 $(use_enable doc gtk-doc) \
38 $(use_enable doc gtk-doc-html) \