From af1cb943e054e30192e8b787edb338079b86fa0a Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Fri, 3 Jun 2016 18:40:06 +0300 Subject: [PATCH] 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 --- 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 54589c690f20..7540eba8cd36 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/" -- 2.26.2