From 9af96bffe4718cdece7b3e5a8b921ba57b9e021a Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 18 Apr 2023 10:02:58 +0100 Subject: app-text/highlight: enable lua5-4, luajit Closes: https://bugs.gentoo.org/877363 Signed-off-by: Sam James --- app-text/highlight/highlight-4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-text/highlight') 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 -- cgit v1.2.3-65-gdbad