summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-07-09 11:17:53 +0100
committerMarek Szuba <marecki@gentoo.org>2021-07-09 11:19:33 +0100
commit5c8e4a9be6672701b70d77b3022f9982a2bc6825 (patch)
tree61202bd7222e43e6779877cecc02b08898696d59
parentdev-ruby/rdoc: fix shebang for gentoo prefix (diff)
downloadgentoo-5c8e4a9be6672701b70d77b3022f9982a2bc6825.tar.gz
gentoo-5c8e4a9be6672701b70d77b3022f9982a2bc6825.tar.bz2
gentoo-5c8e4a9be6672701b70d77b3022f9982a2bc6825.zip
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@gentoo.org>
-rw-r--r--dev-lua/messagepack/messagepack-0.5.2_p20201025-r100.ebuild2
1 files changed, 1 insertions, 1 deletions
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 ce45b253a163..d8f3db4f202c 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}"