commit: 2e19580ada03c9937eaa68bfcdb4b2946f583c3e
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 12:12:50 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 13:32:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e19580a
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 <AT> gentoo.org>
dev-lua/luassert/luassert-1.8.0-r101.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lua/luassert/luassert-1.8.0-r101.ebuild
b/dev-lua/luassert/luassert-1.8.0-r101.ebuild
index a5902ef63a1..3237001fdad 100644
--- a/dev-lua/luassert/luassert-1.8.0-r101.ebuild
+++ b/dev-lua/luassert/luassert-1.8.0-r101.ebuild
@@ -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}
)
"