Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luacheck/
Date: Mon, 30 Nov 2020 13:33:08
Message-Id: 1606743171.1cd2d3c6d7f3a7e57702f5a4335e1730956d5f29.conikost@gentoo
1 commit: 1cd2d3c6d7f3a7e57702f5a4335e1730956d5f29
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 12:11:25 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 13:32:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd2d3c6
7
8 dev-lua/luacheck: remove lua deps version requirement
9
10 The LUA_USEDEP bit is sufficient to pull in a version migrated to Lua
11 eclasses, regardless of whether either of these gets updated to a new
12 release before we unmask slotted Lua or not.
13
14 Package-Manager: Portage-3.0.9, Repoman-3.0.2
15 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
16
17 dev-lua/luacheck/luacheck-0.23.0-r100.ebuild | 6 +++---
18 1 file changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/dev-lua/luacheck/luacheck-0.23.0-r100.ebuild b/dev-lua/luacheck/luacheck-0.23.0-r100.ebuild
21 index 995faeb6e69..d39540a1c32 100644
22 --- a/dev-lua/luacheck/luacheck-0.23.0-r100.ebuild
23 +++ b/dev-lua/luacheck/luacheck-0.23.0-r100.ebuild
24 @@ -18,9 +18,9 @@ IUSE="doc test"
25 RESTRICT="!test? ( test )"
26
27 RDEPEND="
28 - >=dev-lua/lua-argparse-0.6.0-r100[${LUA_USEDEP}]
29 - >=dev-lua/lua-utf8-0.1.3-r100[${LUA_USEDEP}]
30 - >=dev-lua/luafilesystem-1.8.0-r100[${LUA_USEDEP}]
31 + dev-lua/lua-argparse[${LUA_USEDEP}]
32 + dev-lua/lua-utf8[${LUA_USEDEP}]
33 + dev-lua/luafilesystem[${LUA_USEDEP}]
34 "
35
36 DEPEND="${RDEPEND}"