summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2015-12-22 17:59:13 +0300
committerIlya Tumaykin <itumaykin@gmail.com>2015-12-28 15:46:55 +0300
commitc436a359fa717e8d866ca9fd76041bf1fe501f7e (patch)
tree77d2b215e3060f8442847d7ad427dbbb612128ce /media-video/mpv
parentmedia-video/mpv: make waf sources be appended to SRC_URI (diff)
downloadgentoo-c436a359fa717e8d866ca9fd76041bf1fe501f7e.tar.gz
gentoo-c436a359fa717e8d866ca9fd76041bf1fe501f7e.tar.bz2
gentoo-c436a359fa717e8d866ca9fd76041bf1fe501f7e.zip
media-video/mpv: sort eclasses alphabetically
Package-Manager: portage-2.2.24
Diffstat (limited to 'media-video/mpv')
-rw-r--r--media-video/mpv/mpv-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index bde9b93b5101..e9ba8387fc1c 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -6,10 +6,11 @@ EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE='threads(+)'
-inherit eutils python-any-r1 waf-utils pax-utils fdo-mime gnome2-utils
WAF_PV='1.8.12'
+inherit eutils fdo-mime gnome2-utils pax-utils python-any-r1 waf-utils
+
DESCRIPTION="Media player based on MPlayer and mplayer2"
HOMEPAGE="https://mpv.io/"