commit: 8d3d4ad787c783383e9148f6165b05c21baf436d
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 16:40:48 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 17:28:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3d4ad7
dev-lua/luasystem: add lua5-4 support
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild
b/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild
index 82a70e63522..a8f8ee9662c 100644
--- a/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild
+++ b/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-LUA_COMPAT=( lua5-{1..3} luajit )
+LUA_COMPAT=( lua5-{1..4} luajit )
MY_PV="${PV/_p/-}"
inherit lua toolchain-funcs