diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-02-21 22:19:20 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-02-21 22:21:28 +0100 |
commit | 84ff8bbeb61936edefa44ac2295f3001531ccf40 (patch) | |
tree | 6a0b7e801d91ba29bb34cee1b48ebc966adb9067 /dev-lua | |
parent | dev-lua/inifile: add lua5-4 support (diff) | |
download | gentoo-84ff8bbeb61936edefa44ac2295f3001531ccf40.tar.gz gentoo-84ff8bbeb61936edefa44ac2295f3001531ccf40.tar.bz2 gentoo-84ff8bbeb61936edefa44ac2295f3001531ccf40.zip |
dev-lua/lua_cliargs: add lua5-4 support
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/lua_cliargs/lua_cliargs-3.0_p2-r100.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/lua_cliargs/lua_cliargs-3.0_p2-r100.ebuild b/dev-lua/lua_cliargs/lua_cliargs-3.0_p2-r100.ebuild index 9445a72e1802..820177e033b1 100644 --- a/dev-lua/lua_cliargs/lua_cliargs-3.0_p2-r100.ebuild +++ b/dev-lua/lua_cliargs/lua_cliargs-3.0_p2-r100.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 |