diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-16 17:59:49 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-16 18:28:39 +0100 |
commit | c5f3e3d4a51ba2b494ecbe798a7b14cb0a2ae134 (patch) | |
tree | bfbcab1e7056afb9bcc2d03a25630495296b39a3 /dev-lua | |
parent | dev-lua/luacheck: bump to version 0.24.0 (diff) | |
download | gentoo-c5f3e3d4a51ba2b494ecbe798a7b14cb0a2ae134.tar.gz gentoo-c5f3e3d4a51ba2b494ecbe798a7b14cb0a2ae134.tar.bz2 gentoo-c5f3e3d4a51ba2b494ecbe798a7b14cb0a2ae134.zip |
dev-lua/busted-htest: add lua5-4 support
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/busted-htest/busted-htest-1.0.0-r100.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/busted-htest/busted-htest-1.0.0-r100.ebuild b/dev-lua/busted-htest/busted-htest-1.0.0-r100.ebuild index b10cc0779e3d..0e7dd7d32698 100644 --- a/dev-lua/busted-htest/busted-htest-1.0.0-r100.ebuild +++ b/dev-lua/busted-htest/busted-htest-1.0.0-r100.ebuild @@ -3,7 +3,7 @@ EAPI=7 -LUA_COMPAT=( lua5-{1..3} luajit ) +LUA_COMPAT=( lua5-{1..4} luajit ) inherit lua |