From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0D92A1388C1 for ; Sat, 2 Jan 2016 05:52:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E942E0875; Sat, 2 Jan 2016 05:52:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A57BE0858 for ; Sat, 2 Jan 2016 05:52:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DF773405BB for ; Sat, 2 Jan 2016 05:52:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BD4EC94 for ; Sat, 2 Jan 2016 05:52:08 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1451667217.e1deca1f89b9d7f560fdf622717bef90d2f834f7.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: e1deca1f89b9d7f560fdf622717bef90d2f834f7 X-VCS-Branch: master Date: Sat, 2 Jan 2016 05:52:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9641bafd-bbd5-4b14-b3a9-67d02a0575fc X-Archives-Hash: 60aef68d2cdeb53e18197f0790e003d4 commit: e1deca1f89b9d7f560fdf622717bef90d2f834f7 Author: Ilya Tumaykin gmail com> AuthorDate: Fri Jan 1 16:53:37 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Fri Jan 1 16:53:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1deca1f 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 media-video/mpv/mpv-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index fcb22d5..c515098 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)