summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-12-26 02:04:04 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-12-28 01:10:06 +0100
commit5f55b7ec7386146f2cbcdaad19b9da90a666b633 (patch)
tree905414f62f34189b302b2b256a767a7a4b974a57
parentmedia-video/mpv: remove old. (diff)
downloadgentoo-5f55b7ec.tar.gz
gentoo-5f55b7ec.tar.bz2
gentoo-5f55b7ec.zip
media-video/mpv: move perl dependency under zsh-completion USE in 9999.
Upstream-commit: https://github.com/mpv-player/mpv/commit/ff9f5e06ff203c055d968087956026ef9204218b Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3247
-rw-r--r--media-video/mpv/mpv-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 6e41fb2b7694..eca1e35a2049 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -113,11 +113,11 @@ COMMON_DEPEND="
"
DEPEND="${COMMON_DEPEND}
${PYTHON_DEPS}
- dev-lang/perl
dev-python/docutils
virtual/pkgconfig
doc? ( dev-python/rst2pdf )
test? ( >=dev-util/cmocka-1.0.0 )
+ zsh-completion? ( dev-lang/perl )
"
RDEPEND="${COMMON_DEPEND}
selinux? ( sec-policy/selinux-mplayer )