In order to avoid keeping multiple installed lua versions, update LUA_COMPAT to make elinks able to be compiled against lua versions 5.3 & 5.4. As for many packages compliant with lua version 5.1, elinks can also be built against luajit. Reproducible: Always Steps to Reproduce: 1.Patch LUA_COMPAT variable 2. Build using LUA_SINGLE_TARGET="lua5-4" 3. Build using LUA_SINGLE_TARGET="luajit" Actual Results: Current ebuild has: LUA_COMPAT=( lua5-{1,2} ) Expected Results: elinks seem to be a good candidate for lua version update: -LUA_COMPAT=( lua5-{1,2} ) +LUA_COMPAT=( lua5-{1,2,3,4} luajit )
Created attachment 824489 [details] output from emerge --info =www-client/elinks-0.13.5-r100
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e7bc0198ed4ac33bed7e5892efd248d96a30389 commit 2e7bc0198ed4ac33bed7e5892efd248d96a30389 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-10-28 13:21:10 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-10-28 13:21:17 +0000 www-client/elinks: enable lua5-3, lua5-4, luajit Closes: https://bugs.gentoo.org/877365 Signed-off-by: Sam James <sam@gentoo.org> www-client/elinks/elinks-0.15.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)