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/luassert/
Date: Mon, 30 Nov 2020 13:33:08
Message-Id: 1606743172.2e19580ada03c9937eaa68bfcdb4b2946f583c3e.conikost@gentoo
1 commit: 2e19580ada03c9937eaa68bfcdb4b2946f583c3e
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 12:12:50 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 13:32:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e19580a
7
8 dev-lua/luassert: 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/luassert/luassert-1.8.0-r101.ebuild | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-lua/luassert/luassert-1.8.0-r101.ebuild b/dev-lua/luassert/luassert-1.8.0-r101.ebuild
21 index a5902ef63a1..3237001fdad 100644
22 --- a/dev-lua/luassert/luassert-1.8.0-r101.ebuild
23 +++ b/dev-lua/luassert/luassert-1.8.0-r101.ebuild
24 @@ -19,14 +19,14 @@ REQUIRED_USE="${LUA_REQUIRED_USE}"
25 RESTRICT="!test? ( test )"
26
27 RDEPEND="
28 - >=dev-lua/say-1.3_p1-r100[${LUA_USEDEP}]
29 + dev-lua/say[${LUA_USEDEP}]
30 ${LUA_DEPS}
31 "
32
33 BDEPEND="
34 virtual/pkgconfig
35 test? (
36 - >=dev-lua/busted-2.0.0-r100[${LUA_USEDEP}]
37 + dev-lua/busted[${LUA_USEDEP}]
38 ${RDEPEND}
39 )
40 "