commit: af1cb943e054e30192e8b787edb338079b86fa0a Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Fri Jun 3 15:40:06 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Jun 3 17:09:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1cb943
media-video/mpv: explicitly inherit required eutils eclass in 0.17.0-r5 We already inherit eutils implicitly via inherited gnome2-utils eclass. Since the ebuild uses epatch, it's better to inherit eutils explicitly. Closes: https://github.com/gentoo/gentoo/pull/1596 Package-Manager: portage-2.3.0_rc1 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> media-video/mpv/mpv-0.17.0-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/mpv/mpv-0.17.0-r5.ebuild b/media-video/mpv/mpv-0.17.0-r5.ebuild index 54589c6..7540eba 100644 --- a/media-video/mpv/mpv-0.17.0-r5.ebuild +++ b/media-video/mpv/mpv-0.17.0-r5.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE='threads(+)' WAF_PV=1.8.12 -inherit fdo-mime gnome2-utils pax-utils python-any-r1 toolchain-funcs waf-utils +inherit eutils fdo-mime gnome2-utils pax-utils python-any-r1 toolchain-funcs waf-utils DESCRIPTION="Media player based on MPlayer and mplayer2" HOMEPAGE="https://mpv.io/"
