diff options
author | Sam James <sam@gentoo.org> | 2023-04-18 10:02:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-18 10:02:58 +0100 |
commit | 9af96bffe4718cdece7b3e5a8b921ba57b9e021a (patch) | |
tree | 8de4331e9643f3182d23bdbd4674186677c3fcf1 /app-text/highlight | |
parent | sys-cluster/ceph: fix build w/ gcc 13 (diff) | |
download | gentoo-9af96bffe4718cdece7b3e5a8b921ba57b9e021a.tar.gz gentoo-9af96bffe4718cdece7b3e5a8b921ba57b9e021a.tar.bz2 gentoo-9af96bffe4718cdece7b3e5a8b921ba57b9e021a.zip |
app-text/highlight: enable lua5-4, luajit
Closes: https://bugs.gentoo.org/877363
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/highlight')
-rw-r--r-- | app-text/highlight/highlight-4.1.ebuild | 4 |
1 files 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 |