summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2020-11-30 13:03:14 +0100
committerConrad Kostecki <conikost@gentoo.org>2020-11-30 14:32:47 +0100
commit5c0a48a609d0d539e12d8e8fc6321e1696be4276 (patch)
treee1bc5f09cb86c11df86014a90779e9afe5d9c79a /dev-lua/luasystem
parentdev-lua/busted-htest: remove lua deps version requirement (diff)
downloadgentoo-5c0a48a609d0d539e12d8e8fc6321e1696be4276.tar.gz
gentoo-5c0a48a609d0d539e12d8e8fc6321e1696be4276.tar.bz2
gentoo-5c0a48a609d0d539e12d8e8fc6321e1696be4276.zip
dev-lua/luasystem: 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>
Diffstat (limited to 'dev-lua/luasystem')
-rw-r--r--dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild b/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild
index 9e0ede3dc994..2411804a12d5 100644
--- a/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild
+++ b/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild
@@ -24,7 +24,7 @@ DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
test? (
- >=dev-lua/busted-2.0.0-r100[${LUA_USEDEP}]
+ dev-lua/busted[${LUA_USEDEP}]
${RDEPEND}
)
"