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/busted/
Date: Mon, 30 Nov 2020 13:33:06
Message-Id: 1606743163.81283ca1559dd87603e9da0b06b6520101afba88.conikost@gentoo
1 commit: 81283ca1559dd87603e9da0b06b6520101afba88
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 11:39:05 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 13:32:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81283ca1
7
8 dev-lua/busted: 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/busted/busted-2.0.0-r101.ebuild | 20 ++++++++++----------
18 1 file changed, 10 insertions(+), 10 deletions(-)
19
20 diff --git a/dev-lua/busted/busted-2.0.0-r101.ebuild b/dev-lua/busted/busted-2.0.0-r101.ebuild
21 index 22652c4ffdf..4ccbce376e4 100644
22 --- a/dev-lua/busted/busted-2.0.0-r101.ebuild
23 +++ b/dev-lua/busted/busted-2.0.0-r101.ebuild
24 @@ -19,15 +19,15 @@ REQUIRED_USE="${LUA_REQUIRED_USE}"
25 RESTRICT="!test? ( test )"
26
27 RDEPEND="
28 - >=dev-lua/lua_cliargs-3.0_p2-r100[${LUA_USEDEP}]
29 - >=dev-lua/luafilesystem-1.8.0-r100[${LUA_USEDEP}]
30 - >=dev-lua/luasystem-0.2.1_p0-r100[${LUA_USEDEP}]
31 - >=dev-lua/dkjson-2.5-r100[${LUA_USEDEP}]
32 - >=dev-lua/say-1.3_p1-r100[${LUA_USEDEP}]
33 - >=dev-lua/luassert-1.8.0-r100[${LUA_USEDEP}]
34 - >=dev-lua/lua-term-0.7-r100[${LUA_USEDEP}]
35 - >=dev-lua/penlight-1.7.0-r100[${LUA_USEDEP}]
36 - >=dev-lua/mediator_lua-1.1.2_p0-r100[${LUA_USEDEP}]
37 + dev-lua/lua_cliargs[${LUA_USEDEP}]
38 + dev-lua/luafilesystem[${LUA_USEDEP}]
39 + dev-lua/luasystem[${LUA_USEDEP}]
40 + dev-lua/dkjson[${LUA_USEDEP}]
41 + dev-lua/say[${LUA_USEDEP}]
42 + dev-lua/luassert[${LUA_USEDEP}]
43 + dev-lua/lua-term[${LUA_USEDEP}]
44 + dev-lua/penlight[${LUA_USEDEP}]
45 + dev-lua/mediator_lua[${LUA_USEDEP}]
46 ${LUA_DEPS}
47 "
48
49 @@ -36,7 +36,7 @@ DEPEND="${RDEPEND}"
50 BDEPEND="
51 virtual/pkgconfig
52 test? (
53 - >=dev-lua/busted-2.0.0-r100
54 + dev-lua/busted
55 ${RDEPEND}
56 )
57 "