summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-06-21 22:34:23 +0300
committerIlya Tumaykin <itumaykin@gmail.com>2016-06-21 22:57:52 +0300
commit687a2df580d068b5a197c0535df51884cd9f8305 (patch)
tree1e83b85722a7a591e17e76c58b0ec85a35f1402e /media-video/mpv
parentdev-libs/liblognorm: Fix := in || and automagic dep on fastjson, #586312 (diff)
downloadgentoo-687a2df580d068b5a197c0535df51884cd9f8305.tar.gz
gentoo-687a2df580d068b5a197c0535df51884cd9f8305.tar.bz2
gentoo-687a2df580d068b5a197c0535df51884cd9f8305.zip
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
Diffstat (limited to 'media-video/mpv')
-rw-r--r--media-video/mpv/mpv-0.17.0-r5.ebuild2
-rw-r--r--media-video/mpv/mpv-0.9.2-r1.ebuild2
-rw-r--r--media-video/mpv/mpv-9999.ebuild2
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 7540eba8cd36..bee4c3b8816f 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 c75f1304dc18..088b68639e63 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 38dd341b9302..afae5b84a40b 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 )