According to official information current version of mpv-bash-completion depends on mpv >= 0.14. With media-video/mpv-0.9.2-r1 build fails with message: lua: gen.lua:107: bad argument #1 to 'pairs' (table expected, got nil) stack traceback: [C]: in function 'pairs' gen.lua:107: in function 'keys' gen.lua:491: in function 'createScript' gen.lua:526: in function 'main' gen.lua:530: in main chunk [C]: ? But with media-video/mpv-0.17.0-r6 the package can be installed without any issue.
commit 350aeb3f9f59fa01d6e66525aec583f1c7090220 (HEAD -> master, origin/master, origin/HEAD) Author: Ilya Tumaykin <itumaykin@gmail.com> AuthorDate: Tue Aug 9 13:00:27 2016 +0300 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: Tue Aug 9 20:26:59 2016 +0200 app-shells/mpv-bash-completion: require mpv>=0.14.0 for 3.3.4. mpv-bash-completion-3.3.4 doesn't build otherwise. Gentoo-Bug: https://bugs.gentoo.org/590794 Closes: https://github.com/gentoo/gentoo/pull/2047 Package-Manager: portage-2.3.0 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> app-shells/mpv-bash-completion/mpv-bash-completion-3.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Commited, thanks!