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: Wed, 21 Apr 2021 21:03:36
Message-Id: 1619038970.162440b37abf1087555a653cbc3a50184d6a944e.conikost@gentoo
1 commit: 162440b37abf1087555a653cbc3a50184d6a944e
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 21 20:55:43 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 21:02:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162440b3
7
8 dev-lua/luacheck: add missing cliargs for test
9
10 Bug: https://bugs.gentoo.org/784848
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 dev-lua/luacheck/luacheck-0.24.0.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-lua/luacheck/luacheck-0.24.0.ebuild b/dev-lua/luacheck/luacheck-0.24.0.ebuild
18 index baaa8dfdfa5..b74b9ffb905 100644
19 --- a/dev-lua/luacheck/luacheck-0.24.0.ebuild
20 +++ b/dev-lua/luacheck/luacheck-0.24.0.ebuild
21 @@ -30,6 +30,7 @@ BDEPEND="
22 doc? ( dev-python/sphinx )
23 test? (
24 dev-lua/busted[${LUA_USEDEP}]
25 + dev-lua/lua_cliargs[${LUA_USEDEP}]
26 ${RDEPEND}
27 )
28 "