Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 877365 - www-client/elinks-0.13.5-r100: add support for lua versions 5.3 & 5.4 + luajit
Summary: www-client/elinks-0.13.5-r100: add support for lua versions 5.3 & 5.4 + luajit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Felix Janda
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-17 03:46 UTC by Jocelyn Mayer
Modified: 2022-10-28 13:21 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
output from emerge --info =www-client/elinks-0.13.5-r100 (emerge-info,22.94 KB, text/plain)
2022-10-17 03:46 UTC, Jocelyn Mayer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jocelyn Mayer 2022-10-17 03:46:01 UTC
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 )
Comment 1 Jocelyn Mayer 2022-10-17 03:46:54 UTC
Created attachment 824489 [details]
output from emerge --info =www-client/elinks-0.13.5-r100
Comment 2 Larry the Git Cow gentoo-dev 2022-10-28 13:21:35 UTC
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(-)