commit: 5c8e4a9be6672701b70d77b3022f9982a2bc6825
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 9 10:17:53 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jul 9 10:19:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8e4a9b
dev-lua/messagepack: enable lua5-3, lua5-4
Upstream clearly states on their Web site that these versions are
supported, and indeed the commit referenced in the ebuild has the
description "fix install 5.4".
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-lua/messagepack/messagepack-0.5.2_p20201025-r100.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lua/messagepack/messagepack-0.5.2_p20201025-r100.ebuild
b/dev-lua/messagepack/messagepack-0.5.2_p20201025-r100.ebuild
index ce45b253a16..d8f3db4f202 100644
--- a/dev-lua/messagepack/messagepack-0.5.2_p20201025-r100.ebuild
+++ b/dev-lua/messagepack/messagepack-0.5.2_p20201025-r100.ebuild
@@ -4,7 +4,7 @@
EAPI=7
EGIT_COMMIT="18f316b3f62c02bf2b7a3096701780f78a4d2c67"
-LUA_COMPAT=( lua5-{1..2} luajit )
+LUA_COMPAT=( lua5-{1..4} luajit )
MY_PN="lua-MessagePack"
MY_P="${MY_PN}-${EGIT_COMMIT}"