summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2016-10-29 10:18:13 -0400
committerGöktürk Yüksek <gokturk@gentoo.org>2016-10-29 10:19:10 -0400
commitcf0a91e27c8e9209fceea087f281efb91037fe23 (patch)
tree27f9990e4493244f7f01769041989e459632195c /media-sound/playerctl/playerctl-0.5.0.ebuild
parentprofiles: Mask broken dev-cpp packages for removal (diff)
downloadgentoo-cf0a91e27c8e9209fceea087f281efb91037fe23.tar.gz
gentoo-cf0a91e27c8e9209fceea087f281efb91037fe23.tar.bz2
gentoo-cf0a91e27c8e9209fceea087f281efb91037fe23.zip
media-sound/playerctl: fix xdg related sandbox violation #596166
Gentoo-Bug: https://bugs.gentoo.org/596166 Package-Manager: portage-2.2.28
Diffstat (limited to 'media-sound/playerctl/playerctl-0.5.0.ebuild')
-rw-r--r--media-sound/playerctl/playerctl-0.5.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-sound/playerctl/playerctl-0.5.0.ebuild b/media-sound/playerctl/playerctl-0.5.0.ebuild
index 7f5b861c3997..72c1ae69f8a3 100644
--- a/media-sound/playerctl/playerctl-0.5.0.ebuild
+++ b/media-sound/playerctl/playerctl-0.5.0.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-inherit autotools
+inherit autotools xdg-utils
DESCRIPTION="A CLI utility to control media players over MPRIS"
HOMEPAGE="https://github.com/acrisci/playerctl"
@@ -35,6 +35,8 @@ src_prepare() {
}
src_configure() {
+ xdg_environment_reset # 596166
+
econf \
$(use_enable doc gtk-doc) \
$(use_enable doc gtk-doc-html) \