diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-16 17:40:13 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-16 18:28:35 +0100 |
commit | c35f47cedcc01af37219dcb37c2468ae29c2de72 (patch) | |
tree | a6b5345205b6dd1ec445e2a4a5ee48366608186b /dev-lua | |
parent | dev-lua/say: add lua5-4 support (diff) | |
download | gentoo-c35f47cedcc01af37219dcb37c2468ae29c2de72.tar.gz gentoo-c35f47cedcc01af37219dcb37c2468ae29c2de72.tar.bz2 gentoo-c35f47cedcc01af37219dcb37c2468ae29c2de72.zip |
dev-lua/mediator_lua: add lua5-4 support
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r101.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r101.ebuild b/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r101.ebuild index fa2cc4f28dcf..2c0a7dab214c 100644 --- a/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r101.ebuild +++ b/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r101.ebuild @@ -3,7 +3,7 @@ EAPI=7 -LUA_COMPAT=( lua5-{1..3} luajit ) +LUA_COMPAT=( lua5-{1..4} luajit ) MY_PV="${PV/_p/-}" inherit lua toolchain-funcs |