From 762d16ee53f27f500065ceaccc6d5dcca9e04f34 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 21 Feb 2021 21:51:06 +0100 Subject: dev-lua/luaossl: add lua5-4 support Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki --- dev-lua/luaossl/luaossl-20200709-r100.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-lua/luaossl/luaossl-20200709-r100.ebuild') diff --git a/dev-lua/luaossl/luaossl-20200709-r100.ebuild b/dev-lua/luaossl/luaossl-20200709-r100.ebuild index f61c8526f83b..b9b48a0bb3ed 100644 --- a/dev-lua/luaossl/luaossl-20200709-r100.ebuild +++ b/dev-lua/luaossl/luaossl-20200709-r100.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -LUA_COMPAT=( lua5-{1..3} luajit ) +LUA_COMPAT=( lua5-{1..4} luajit ) MY_P="${PN}-rel-${PV}" inherit lua toolchain-funcs -- cgit v1.2.3-65-gdbad