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/luacov/
Date: Wed, 21 Apr 2021 21:03:36
Message-Id: 1619038971.35c7b656bc273fde6cca26a775af49a7085dbd94.conikost@gentoo
1 commit: 35c7b656bc273fde6cca26a775af49a7085dbd94
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 21 20:57:14 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 21:02:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c7b656
7
8 dev-lua/luacov: 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/luacov/luacov-0.14.0-r100.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-lua/luacov/luacov-0.14.0-r100.ebuild b/dev-lua/luacov/luacov-0.14.0-r100.ebuild
18 index 14729733d8e..e9d0694d683 100644
19 --- a/dev-lua/luacov/luacov-0.14.0-r100.ebuild
20 +++ b/dev-lua/luacov/luacov-0.14.0-r100.ebuild
21 @@ -24,6 +24,7 @@ BDEPEND="
22 virtual/pkgconfig
23 test? (
24 dev-lua/busted[${LUA_USEDEP}]
25 + dev-lua/lua_cliargs[${LUA_USEDEP}]
26 ${RDEPEND}
27 )
28 "