diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2015-12-22 17:59:13 +0300 |
---|---|---|
committer | Ilya Tumaykin <itumaykin@gmail.com> | 2015-12-28 15:46:55 +0300 |
commit | c436a359fa717e8d866ca9fd76041bf1fe501f7e (patch) | |
tree | 77d2b215e3060f8442847d7ad427dbbb612128ce /media-video | |
parent | media-video/mpv: make waf sources be appended to SRC_URI (diff) | |
download | gentoo-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')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 3 |
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/" |