Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/messagepack/
Date: Fri, 09 Jul 2021 10:19:46
Message-Id: 1625825973.5c8e4a9be6672701b70d77b3022f9982a2bc6825.marecki@gentoo
1 commit: 5c8e4a9be6672701b70d77b3022f9982a2bc6825
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 9 10:17:53 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 9 10:19:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8e4a9b
7
8 dev-lua/messagepack: enable lua5-3, lua5-4
9
10 Upstream clearly states on their Web site that these versions are
11 supported, and indeed the commit referenced in the ebuild has the
12 description "fix install 5.4".
13
14 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
15
16 dev-lua/messagepack/messagepack-0.5.2_p20201025-r100.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-lua/messagepack/messagepack-0.5.2_p20201025-r100.ebuild b/dev-lua/messagepack/messagepack-0.5.2_p20201025-r100.ebuild
20 index ce45b253a16..d8f3db4f202 100644
21 --- a/dev-lua/messagepack/messagepack-0.5.2_p20201025-r100.ebuild
22 +++ b/dev-lua/messagepack/messagepack-0.5.2_p20201025-r100.ebuild
23 @@ -4,7 +4,7 @@
24 EAPI=7
25
26 EGIT_COMMIT="18f316b3f62c02bf2b7a3096701780f78a4d2c67"
27 -LUA_COMPAT=( lua5-{1..2} luajit )
28 +LUA_COMPAT=( lua5-{1..4} luajit )
29 MY_PN="lua-MessagePack"
30 MY_P="${MY_PN}-${EGIT_COMMIT}"