summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-06-03 18:40:06 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-06-03 17:09:09 +0000
commitaf1cb943e054e30192e8b787edb338079b86fa0a (patch)
tree9d72fdcee5351849fd9f0aa07a9eeeb88294fc91
parentdev-python/tlslite: add python3 support (diff)
downloadgentoo-af1cb943.tar.gz
gentoo-af1cb943.tar.bz2
gentoo-af1cb943.zip
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@gentoo.org>
-rw-r--r--media-video/mpv/mpv-0.17.0-r5.ebuild2
1 files changed, 1 insertions, 1 deletions
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/"