commit:     687a2df580d068b5a197c0535df51884cd9f8305
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Tue Jun 21 19:34:23 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 19:57:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687a2df5

media-video/mpv: fix dev-lang/lua dependency wrt bug 586318

mpv is known to be broken with Lua 5.3.
Even though Lua 5.3 isn't in tree yet, I'd prefer to have the fact that
it breaks mpv to be expressed as a dependency.

Gentoo-Bug: 586318

Package-Manager: portage-2.3.0_rc1

 media-video/mpv/mpv-0.17.0-r5.ebuild | 2 +-
 media-video/mpv/mpv-0.9.2-r1.ebuild  | 2 +-
 media-video/mpv/mpv-9999.ebuild      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-video/mpv/mpv-0.17.0-r5.ebuild 
b/media-video/mpv/mpv-0.17.0-r5.ebuild
index 7540eba..bee4c3b 100644
--- a/media-video/mpv/mpv-0.17.0-r5.ebuild
+++ b/media-video/mpv/mpv-0.17.0-r5.ebuild
@@ -87,7 +87,7 @@ COMMON_DEPEND="
        )
        libcaca? ( >=media-libs/libcaca-0.99_beta18 )
        lua? (
-               !luajit? ( || ( =dev-lang/lua-5.1*:= =dev-lang/lua-5.2*:= ) )
+               !luajit? ( <dev-lang/lua-5.3:= )
                luajit? ( dev-lang/luajit:2 )
        )
        openal? ( >=media-libs/openal-1.13 )

diff --git a/media-video/mpv/mpv-0.9.2-r1.ebuild 
b/media-video/mpv/mpv-0.9.2-r1.ebuild
index c75f130..088b686 100644
--- a/media-video/mpv/mpv-0.9.2-r1.ebuild
+++ b/media-video/mpv/mpv-0.9.2-r1.ebuild
@@ -95,7 +95,7 @@ RDEPEND="
        libcaca? ( >=media-libs/libcaca-0.99_beta18 )
        libguess? ( >=app-i18n/libguess-1.0 )
        lua? (
-               !luajit? ( || ( =dev-lang/lua-5.1*:= =dev-lang/lua-5.2*:= ) )
+               !luajit? ( <dev-lang/lua-5.3:= )
                luajit? ( dev-lang/luajit:2 )
        )
        openal? ( >=media-libs/openal-1.13 )

diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 38dd341..afae5b8 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -84,7 +84,7 @@ COMMON_DEPEND="
        )
        libcaca? ( >=media-libs/libcaca-0.99_beta18 )
        lua? (
-               !luajit? ( || ( =dev-lang/lua-5.1*:= =dev-lang/lua-5.2*:= ) )
+               !luajit? ( <dev-lang/lua-5.3:= )
                luajit? ( dev-lang/luajit:2 )
        )
        openal? ( >=media-libs/openal-1.13 )

Reply via email to