summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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) \