diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-16 17:42:04 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-16 18:28:37 +0100 |
commit | 0726aae732480888b9bbe1d36a9b58372582caab (patch) | |
tree | e8b4ac40f319590b9fd2e9a6e7a08180098db1c4 /dev-lua | |
parent | dev-lua/luassert: add lua5-4 support (diff) | |
download | gentoo-0726aae732480888b9bbe1d36a9b58372582caab.tar.gz gentoo-0726aae732480888b9bbe1d36a9b58372582caab.tar.bz2 gentoo-0726aae732480888b9bbe1d36a9b58372582caab.zip |
dev-lua/busted: add lua5-4 support
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/busted/busted-2.0.0-r101.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/busted/busted-2.0.0-r101.ebuild b/dev-lua/busted/busted-2.0.0-r101.ebuild index b5ae27eba597..92d9fa8c9e89 100644 --- a/dev-lua/busted/busted-2.0.0-r101.ebuild +++ b/dev-lua/busted/busted-2.0.0-r101.ebuild @@ -3,7 +3,7 @@ EAPI=7 -LUA_COMPAT=( lua5-{1..3} luajit ) +LUA_COMPAT=( lua5-{1..4} luajit ) inherit lua toolchain-funcs |