commit:     c1e6ba254a78df8b1a55683f7019f5afbbdd6318
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Tue Dec 22 16:57:47 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 12:47:11 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e6ba25

media-video/mpv: sort use_enable statements as in configure script

This eases USE reviews during version bumps.

Package-Manager: portage-2.2.24

 media-video/mpv/mpv-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 178cd86..87477cf 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -171,9 +171,9 @@ src_configure() {
                $(use_enable test)
 
                $(use_enable iconv)
-               $(use_enable libguess)
                $(use_enable samba libsmbclient)
                $(use_enable lua)
+               $(usex luajit '--lua=luajit' '')
                $(use_enable libass)
                $(use_enable libass libass-osd)
                $(use_enable encode encoding)
@@ -182,6 +182,7 @@ src_configure() {
                $(use_enable dvd dvdnav)
                $(use_enable cdda)
                $(use_enable enca)
+               $(use_enable libguess)
                $(use_enable rubberband)
                $(use_enable lcms lcms2)
                --disable-vapoursynth   # Only available in overlays
@@ -190,7 +191,6 @@ src_configure() {
 
                --enable-libavfilter
                --enable-libavdevice
-               $(usex luajit '--lua=luajit' '')
 
                # Audio outputs
                $(use_enable sdl sdl2)  # Listed under audio, but also includes 
video

Reply via email to