summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2020-11-30 13:11:25 +0100
committerConrad Kostecki <conikost@gentoo.org>2020-11-30 14:32:51 +0100
commit1cd2d3c6d7f3a7e57702f5a4335e1730956d5f29 (patch)
tree88b0a8b77c1f1d3a746b31a8801a66fd5db4072e /dev-lua/luacheck
parentdev-lua/mediator_lua: remove lua deps version requirement (diff)
downloadgentoo-1cd2d3c6d7f3a7e57702f5a4335e1730956d5f29.tar.gz
gentoo-1cd2d3c6d7f3a7e57702f5a4335e1730956d5f29.tar.bz2
gentoo-1cd2d3c6d7f3a7e57702f5a4335e1730956d5f29.zip
dev-lua/luacheck: remove lua deps version requirement
The LUA_USEDEP bit is sufficient to pull in a version migrated to Lua eclasses, regardless of whether either of these gets updated to a new release before we unmask slotted Lua or not. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua/luacheck')
-rw-r--r--dev-lua/luacheck/luacheck-0.23.0-r100.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lua/luacheck/luacheck-0.23.0-r100.ebuild b/dev-lua/luacheck/luacheck-0.23.0-r100.ebuild
index 995faeb6e699..d39540a1c32e 100644
--- a/dev-lua/luacheck/luacheck-0.23.0-r100.ebuild
+++ b/dev-lua/luacheck/luacheck-0.23.0-r100.ebuild
@@ -18,9 +18,9 @@ IUSE="doc test"
RESTRICT="!test? ( test )"
RDEPEND="
- >=dev-lua/lua-argparse-0.6.0-r100[${LUA_USEDEP}]
- >=dev-lua/lua-utf8-0.1.3-r100[${LUA_USEDEP}]
- >=dev-lua/luafilesystem-1.8.0-r100[${LUA_USEDEP}]
+ dev-lua/lua-argparse[${LUA_USEDEP}]
+ dev-lua/lua-utf8[${LUA_USEDEP}]
+ dev-lua/luafilesystem[${LUA_USEDEP}]
"
DEPEND="${RDEPEND}"