commit: 9af96bffe4718cdece7b3e5a8b921ba57b9e021a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Apr 18 09:02:58 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 18 09:02:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af96bff
app-text/highlight: enable lua5-4, luajit Closes: https://bugs.gentoo.org/877363 Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/highlight/highlight-4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/highlight/highlight-4.1.ebuild b/app-text/highlight/highlight-4.1.ebuild index 7a8b44f56b5c..e392371ce93d 100644 --- a/app-text/highlight/highlight-4.1.ebuild +++ b/app-text/highlight/highlight-4.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -LUA_COMPAT=( lua5-{1..3} ) +LUA_COMPAT=( lua5-{1..4} luajit ) inherit lua-single qmake-utils toolchain-funcs
