Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Wed, 28 Dec 2016 00:18:30
Message-Id: 1482883806.5f55b7ec7386146f2cbcdaad19b9da90a666b633.monsieurp@gentoo
1 commit: 5f55b7ec7386146f2cbcdaad19b9da90a666b633
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 25 23:04:04 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 00:10:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f55b7ec
7
8 media-video/mpv: move perl dependency under zsh-completion USE in 9999.
9
10 Upstream-commit: https://github.com/mpv-player/mpv/commit/ff9f5e06ff203c055d968087956026ef9204218b
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13 Closes: https://github.com/gentoo/gentoo/pull/3247
14
15 media-video/mpv/mpv-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
19 index 6e41fb2..eca1e35 100644
20 --- a/media-video/mpv/mpv-9999.ebuild
21 +++ b/media-video/mpv/mpv-9999.ebuild
22 @@ -113,11 +113,11 @@ COMMON_DEPEND="
23 "
24 DEPEND="${COMMON_DEPEND}
25 ${PYTHON_DEPS}
26 - dev-lang/perl
27 dev-python/docutils
28 virtual/pkgconfig
29 doc? ( dev-python/rst2pdf )
30 test? ( >=dev-util/cmocka-1.0.0 )
31 + zsh-completion? ( dev-lang/perl )
32 "
33 RDEPEND="${COMMON_DEPEND}
34 selinux? ( sec-policy/selinux-mplayer )