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/penlight/
Date: Mon, 30 Nov 2020 13:33:07
Message-Id: 1606743164.6169395d4b0204eb287dc9be099b8f50e0eb08ff.conikost@gentoo
1 commit: 6169395d4b0204eb287dc9be099b8f50e0eb08ff
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 11:47:56 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 13:32:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6169395d
7
8 dev-lua/penlight: 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/penlight/penlight-1.9.2-r101.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-lua/penlight/penlight-1.9.2-r101.ebuild b/dev-lua/penlight/penlight-1.9.2-r101.ebuild
21 index fc399a4a51d..1b88d0b0c28 100644
22 --- a/dev-lua/penlight/penlight-1.9.2-r101.ebuild
23 +++ b/dev-lua/penlight/penlight-1.9.2-r101.ebuild
24 @@ -23,7 +23,7 @@ RESTRICT="!test? ( test )"
25 DEPEND="${LUA_DEPS}"
26
27 RDEPEND="
28 - >=dev-lua/luafilesystem-1.8.0-r100
29 + dev-lua/luafilesystem[${LUA_USEDEP}]
30 ${DEPEND}
31 "