diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-02-21 22:21:05 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-02-21 22:21:30 +0100 |
commit | 8c6899426cf8c9551e4c722f686d0ea5c30e9656 (patch) | |
tree | 683f60facad5977b178469d39e3202243fa77d3d /dev-lua/penlight | |
parent | dev-lua/dkjson: add lua5-4 support (diff) | |
download | gentoo-8c6899426cf8c9551e4c722f686d0ea5c30e9656.tar.gz gentoo-8c6899426cf8c9551e4c722f686d0ea5c30e9656.tar.bz2 gentoo-8c6899426cf8c9551e4c722f686d0ea5c30e9656.zip |
dev-lua/penlight: add lua5-4 support
All tests pass.
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua/penlight')
-rw-r--r-- | dev-lua/penlight/penlight-1.9.2-r101.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/penlight/penlight-1.9.2-r101.ebuild b/dev-lua/penlight/penlight-1.9.2-r101.ebuild index 8f870898379e..107add79cc25 100644 --- a/dev-lua/penlight/penlight-1.9.2-r101.ebuild +++ b/dev-lua/penlight/penlight-1.9.2-r101.ebuild @@ -3,7 +3,7 @@ EAPI=7 -LUA_COMPAT=( lua5-{1..3} luajit ) +LUA_COMPAT=( lua5-{1..4} luajit ) MY_PN="Penlight" inherit lua toolchain-funcs |