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: Fri, 02 Sep 2016 17:09:52
Message-Id: 1472836167.e3df9403c5573714ac74333183a442aa1b869af6.monsieurp@gentoo
1 commit: e3df9403c5573714ac74333183a442aa1b869af6
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 31 12:12:31 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 17:09:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3df9403
7
8 media-video/mpv: remove obsolete perl version constraint in 9999.
9
10 Last <perl-5.8 version was removed from the tree 12 years ago.
11
12 Package-Manager: portage-2.3.0
13
14 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
15
16 media-video/mpv/mpv-9999.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
20 index 0ad7c55..810eeb0 100644
21 --- a/media-video/mpv/mpv-9999.ebuild
22 +++ b/media-video/mpv/mpv-9999.ebuild
23 @@ -116,7 +116,7 @@ COMMON_DEPEND="
24 "
25 DEPEND="${COMMON_DEPEND}
26 ${PYTHON_DEPS}
27 - >=dev-lang/perl-5.8
28 + dev-lang/perl
29 dev-python/docutils
30 virtual/pkgconfig
31 doc? ( dev-python/rst2pdf )