Skip to content

Commit

Permalink
media-video/mpv: explicitly inherit required eutils eclass in 0.17.0-r5
Browse files Browse the repository at this point in the history
We already inherit eutils implicitly via inherited gnome2-utils eclass.
Since the ebuild uses epatch, it's better to inherit eutils explicitly.

Closes: gentoo#1596
Package-Manager: portage-2.3.0_rc1

Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
Coacher authored and monsieurp committed Jun 3, 2016
1 parent 5074ce4 commit af1cb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-video/mpv/mpv-0.17.0-r5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit af1cb94

Please sign in to comment.