diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-12-26 02:04:04 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-12-28 01:10:06 +0100 |
commit | 5f55b7ec7386146f2cbcdaad19b9da90a666b633 (patch) | |
tree | 905414f62f34189b302b2b256a767a7a4b974a57 /media-video/mpv | |
parent | media-video/mpv: remove old. (diff) | |
download | gentoo-5f55b7ec7386146f2cbcdaad19b9da90a666b633.tar.gz gentoo-5f55b7ec7386146f2cbcdaad19b9da90a666b633.tar.bz2 gentoo-5f55b7ec7386146f2cbcdaad19b9da90a666b633.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
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
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 ) |