From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7ADA81384B4 for ; Mon, 28 Dec 2015 14:07:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA9E521C00F; Mon, 28 Dec 2015 14:07:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBF4021C011 for ; Mon, 28 Dec 2015 14:07:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFDB33405BB for ; Mon, 28 Dec 2015 14:07:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95E36CF5 for ; Mon, 28 Dec 2015 13:27:46 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1451306831.c1e6ba254a78df8b1a55683f7019f5afbbdd6318.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: c1e6ba254a78df8b1a55683f7019f5afbbdd6318 X-VCS-Branch: master Date: Mon, 28 Dec 2015 13:27:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9a5725b4-ece1-44ea-b155-59971a879875 X-Archives-Hash: 840f26528447eace9ff97b24cf7cd5be commit: c1e6ba254a78df8b1a55683f7019f5afbbdd6318 Author: Ilya Tumaykin gmail com> AuthorDate: Tue Dec 22 16:57:47 2015 +0000 Commit: Ian Delaney gentoo 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