diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-04-21 22:55:43 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-21 23:02:50 +0200 |
commit | 162440b37abf1087555a653cbc3a50184d6a944e (patch) | |
tree | 5f9981e68bdc9768d080e550636dbd70bd5a5beb /dev-lua | |
parent | www-plugins/chrome-binary-plugins: automated update (91.0.4472.19) (diff) | |
download | gentoo-162440b37abf1087555a653cbc3a50184d6a944e.tar.gz gentoo-162440b37abf1087555a653cbc3a50184d6a944e.tar.bz2 gentoo-162440b37abf1087555a653cbc3a50184d6a944e.zip |
dev-lua/luacheck: add missing cliargs for test
Bug: https://bugs.gentoo.org/784848
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/luacheck/luacheck-0.24.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lua/luacheck/luacheck-0.24.0.ebuild b/dev-lua/luacheck/luacheck-0.24.0.ebuild index baaa8dfdfa5f..b74b9ffb9058 100644 --- a/dev-lua/luacheck/luacheck-0.24.0.ebuild +++ b/dev-lua/luacheck/luacheck-0.24.0.ebuild @@ -30,6 +30,7 @@ BDEPEND=" doc? ( dev-python/sphinx ) test? ( dev-lua/busted[${LUA_USEDEP}] + dev-lua/lua_cliargs[${LUA_USEDEP}] ${RDEPEND} ) " |