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, 03 Jun 2016 17:37:25
Message-Id: 1464973749.af1cb943e054e30192e8b787edb338079b86fa0a.monsieurp@gentoo
1 commit: af1cb943e054e30192e8b787edb338079b86fa0a
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 3 15:40:06 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 17:09:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1cb943
7
8 media-video/mpv: explicitly inherit required eutils eclass in 0.17.0-r5
9
10 We already inherit eutils implicitly via inherited gnome2-utils eclass.
11 Since the ebuild uses epatch, it's better to inherit eutils explicitly.
12
13 Closes: https://github.com/gentoo/gentoo/pull/1596
14 Package-Manager: portage-2.3.0_rc1
15
16 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
17
18 media-video/mpv/mpv-0.17.0-r5.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/media-video/mpv/mpv-0.17.0-r5.ebuild b/media-video/mpv/mpv-0.17.0-r5.ebuild
22 index 54589c6..7540eba 100644
23 --- a/media-video/mpv/mpv-0.17.0-r5.ebuild
24 +++ b/media-video/mpv/mpv-0.17.0-r5.ebuild
25 @@ -9,7 +9,7 @@ PYTHON_REQ_USE='threads(+)'
26
27 WAF_PV=1.8.12
28
29 -inherit fdo-mime gnome2-utils pax-utils python-any-r1 toolchain-funcs waf-utils
30 +inherit eutils fdo-mime gnome2-utils pax-utils python-any-r1 toolchain-funcs waf-utils
31
32 DESCRIPTION="Media player based on MPlayer and mplayer2"
33 HOMEPAGE="https://mpv.io/"