dev-lua/luassert: 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@gentoo.org>
This commit is contained in:
Conrad Kostecki
2020-11-30 13:12:50 +01:00
parent 1cd2d3c6d7
commit 2e19580ada

View File

@@ -19,14 +19,14 @@ REQUIRED_USE="${LUA_REQUIRED_USE}"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-lua/say-1.3_p1-r100[${LUA_USEDEP}]
dev-lua/say[${LUA_USEDEP}]
${LUA_DEPS}
"
BDEPEND="
virtual/pkgconfig
test? (
>=dev-lua/busted-2.0.0-r100[${LUA_USEDEP}]
dev-lua/busted[${LUA_USEDEP}]
${RDEPEND}
)
"