commit: df6c31b647ebc59ec28c1448ba68a0a4c0162afd
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 16:39:32 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 17:28:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6c31b6
dev-lua/say: add lua5-4 support
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-lua/say/say-1.3_p1-r101.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lua/say/say-1.3_p1-r101.ebuild
b/dev-lua/say/say-1.3_p1-r101.ebuild
index 2d9756fef11..2477fcbac8a 100644
--- a/dev-lua/say/say-1.3_p1-r101.ebuild
+++ b/dev-lua/say/say-1.3_p1-r101.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