diff options
author | Sam James <sam@gentoo.org> | 2022-10-28 14:21:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-28 14:21:17 +0100 |
commit | 2e7bc0198ed4ac33bed7e5892efd248d96a30389 (patch) | |
tree | 47dd9deb4f64122937cf6bee8b0228835fc86fe1 /www-client | |
parent | dev-util/geany-plugins: fix Lua 5.1 deprecated API implicit. func. decls (diff) | |
download | gentoo-2e7bc0198ed4ac33bed7e5892efd248d96a30389.tar.gz gentoo-2e7bc0198ed4ac33bed7e5892efd248d96a30389.tar.bz2 gentoo-2e7bc0198ed4ac33bed7e5892efd248d96a30389.zip |
www-client/elinks: enable lua5-3, lua5-4, luajit
Closes: https://bugs.gentoo.org/877365
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/elinks/elinks-0.15.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/elinks/elinks-0.15.1-r1.ebuild b/www-client/elinks/elinks-0.15.1-r1.ebuild index 655204af0f0f..1ce0f06489b9 100644 --- a/www-client/elinks/elinks-0.15.1-r1.ebuild +++ b/www-client/elinks/elinks-0.15.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -LUA_COMPAT=( lua5-{1,2} ) +LUA_COMPAT=( lua5-{1,2,3,4} luajit ) inherit meson lua-single python-any-r1 |