diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-12-15 21:51:11 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-12-15 22:19:50 +0100 |
commit | d8b09316b27a10561433aaeb42e61aad326ffb30 (patch) | |
tree | b4bde9a5a1abeb9c43dcc0095aa1edc0f135ee7c /media-video/mpv | |
parent | sys-kernel/dracut: bump to 051 (diff) | |
download | gentoo-d8b09316b27a10561433aaeb42e61aad326ffb30.tar.gz gentoo-d8b09316b27a10561433aaeb42e61aad326ffb30.tar.bz2 gentoo-d8b09316b27a10561433aaeb42e61aad326ffb30.zip |
*/*: limit pkgs not migrated to lua eclasses to dev-lang/lua:0
Only ebuilds which previously were happy with any slot (those which
explicitly specify one of the 5.x slots are allowed to keep doing so
until they have been migrated to the eclasses) and which do not require
a version of Lua higher than 5.1 (to prevent CI from complaining about
non-existent dependencies; all of these should have been masked or
USE-masked by now anyway).
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-0.32.0-r2.ebuild | 2 | ||||
-rw-r--r-- | media-video/mpv/mpv-0.33.0.ebuild | 2 | ||||
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/media-video/mpv/mpv-0.32.0-r2.ebuild b/media-video/mpv/mpv-0.32.0-r2.ebuild index 2c3b877590fe..5fdd039b1778 100644 --- a/media-video/mpv/mpv-0.32.0-r2.ebuild +++ b/media-video/mpv/mpv-0.32.0-r2.ebuild @@ -87,7 +87,7 @@ COMMON_DEPEND=" ) libcaca? ( >=media-libs/libcaca-0.99_beta18 ) lua? ( - !luajit? ( <dev-lang/lua-5.3:= ) + !luajit? ( <dev-lang/lua-5.3:0= ) luajit? ( dev-lang/luajit:2 ) ) openal? ( >=media-libs/openal-1.13 ) diff --git a/media-video/mpv/mpv-0.33.0.ebuild b/media-video/mpv/mpv-0.33.0.ebuild index d2374bfb2e4a..e60b0b482c2b 100644 --- a/media-video/mpv/mpv-0.33.0.ebuild +++ b/media-video/mpv/mpv-0.33.0.ebuild @@ -84,7 +84,7 @@ COMMON_DEPEND=" virtual/ttf-fonts libcaca? ( >=media-libs/libcaca-0.99_beta18 ) lua? ( - !luajit? ( <dev-lang/lua-5.3:= ) + !luajit? ( <dev-lang/lua-5.3:0= ) 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 d2374bfb2e4a..e60b0b482c2b 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -84,7 +84,7 @@ COMMON_DEPEND=" virtual/ttf-fonts libcaca? ( >=media-libs/libcaca-0.99_beta18 ) lua? ( - !luajit? ( <dev-lang/lua-5.3:= ) + !luajit? ( <dev-lang/lua-5.3:0= ) luajit? ( dev-lang/luajit:2 ) ) openal? ( >=media-libs/openal-1.13 ) |