summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-01-01 19:53:37 +0300
committerIlya Tumaykin <itumaykin@gmail.com>2016-01-01 19:53:37 +0300
commite1deca1f89b9d7f560fdf622717bef90d2f834f7 (patch)
treedb280b02f1d72d405f599e363909500ae1732a00
parentmedia-libs/mlt: add missing USE dependency (diff)
downloadgentoo-e1deca1f.tar.gz
gentoo-e1deca1f.tar.bz2
gentoo-e1deca1f.zip
media-video/mpv: add missing zsh-completion USE flag
Zsh completion is a separate feature from CLI player. Thus it should be controlled by a separate 'zsh-completion' USE. Make 'zsh-completion' USE require 'cli' USE, since completions for a shared library are not useful. Package-Manager: portage-2.2.24
-rw-r--r--media-video/mpv/mpv-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index fcb22d52bc21..c5150987bd9e 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -33,7 +33,7 @@ IUSE="+alsa archive bluray cdda +cli doc drm dvb +dvd +egl +enca encode gbm
+iconv jack jpeg lcms +libass libav libcaca libguess libmpv lua luajit
openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl selinux
test uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver
- xv"
+ xv zsh-completion"
REQUIRED_USE="
|| ( cli libmpv )
@@ -52,6 +52,7 @@ REQUIRED_USE="
xinerama? ( X )
xscreensaver? ( X )
xv? ( X )
+ zsh-completion? ( cli )
"
COMMON_DEPEND="
@@ -179,7 +180,7 @@ src_configure() {
$(use_enable doc pdf-build)
$(use_enable vf-dlopen vf-dlopen-filters)
- $(use_enable cli zsh-comp)
+ $(use_enable zsh-completion zsh-comp)
$(use_enable test)
$(use_enable iconv)