commit: 6169395d4b0204eb287dc9be099b8f50e0eb08ff
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 11:47:56 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 13:32:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6169395d
dev-lua/penlight: remove lua deps version requirement
The LUA_USEDEP bit is sufficient to pull in a version migrated to Lua
eclasses, regardless of whether either of these gets updated to a new
release before we unmask slotted Lua or not.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-lua/penlight/penlight-1.9.2-r101.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lua/penlight/penlight-1.9.2-r101.ebuild
b/dev-lua/penlight/penlight-1.9.2-r101.ebuild
index fc399a4a51d..1b88d0b0c28 100644
--- a/dev-lua/penlight/penlight-1.9.2-r101.ebuild
+++ b/dev-lua/penlight/penlight-1.9.2-r101.ebuild
@@ -23,7 +23,7 @@ RESTRICT="!test? ( test )"
DEPEND="${LUA_DEPS}"
RDEPEND="
- >=dev-lua/luafilesystem-1.8.0-r100
+ dev-lua/luafilesystem[${LUA_USEDEP}]
${DEPEND}
"