grilo-plugins currently builds with lua version 5.3. As for many lua dependant packages, when version 5.3 is supported, version 5.4 can be used too in order to avoid keeping multiple lua versions installed Reproducible: Always Steps to Reproduce: 1. Patch LUA_COMPAT variable 2. Build against lua version 5.4 3. Actual Results: Only lua version 5.3 is supported Expected Results: Lua version 5.4 could be added The following patch seems to be sufficient: -LUA_COMPAT=( lua5-3 ) +LUA_COMPAT=( lua5-{3,4} )
Created attachment 824565 [details] output from emerge --info =media-plugins/grilo-plugins-0.3.15