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-htest/
Date: Mon, 30 Nov 2020 13:33:07
Message-Id: 1606743166.be1785036947ff9dbab27c83c9ab308e286cd0d3.conikost@gentoo
1 commit: be1785036947ff9dbab27c83c9ab308e286cd0d3
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 11:56:36 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 13:32:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be178503
7
8 dev-lua/busted-htest: 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-htest/busted-htest-1.0.0-r100.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-lua/busted-htest/busted-htest-1.0.0-r100.ebuild b/dev-lua/busted-htest/busted-htest-1.0.0-r100.ebuild
21 index 8cd1f8a95c7..66a5ea1eca4 100644
22 --- a/dev-lua/busted-htest/busted-htest-1.0.0-r100.ebuild
23 +++ b/dev-lua/busted-htest/busted-htest-1.0.0-r100.ebuild
24 @@ -16,7 +16,7 @@ SLOT="0"
25 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
26
27 RDEPEND="
28 - >=dev-lua/busted-2.0.0-r100[${LUA_USEDEP}]
29 + dev-lua/busted[${LUA_USEDEP}]
30 ${LUA_DEPS}
31 "