diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-06-03 18:40:06 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-03 17:09:09 +0000 |
commit | af1cb943e054e30192e8b787edb338079b86fa0a (patch) | |
tree | 9d72fdcee5351849fd9f0aa07a9eeeb88294fc91 /media-video | |
parent | dev-python/tlslite: add python3 support (diff) | |
download | gentoo-af1cb943e054e30192e8b787edb338079b86fa0a.tar.gz gentoo-af1cb943e054e30192e8b787edb338079b86fa0a.tar.bz2 gentoo-af1cb943e054e30192e8b787edb338079b86fa0a.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>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-0.17.0-r5.ebuild | 2 |
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/" |