commit: 1cd2d3c6d7f3a7e57702f5a4335e1730956d5f29
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 12:11:25 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 13:32:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd2d3c6
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 <AT> gentoo.org>
dev-lua/luacheck/luacheck-0.23.0-r100.ebuild | 6 +++---
1 file 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 995faeb6e69..d39540a1c32 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}"