diff options
author | 2020-11-30 12:51:50 +0100 | |
---|---|---|
committer | 2020-11-30 14:32:45 +0100 | |
commit | fc798bd0b555e44d5f4b0accc77218532a6ba9e4 (patch) | |
tree | 28e4766300ee14215c22e6d833e4df8a47115df3 /dev-lua/luadbi | |
parent | dev-lua/penlight: remove lua deps version requirement (diff) | |
download | gentoo-fc798bd0b555e44d5f4b0accc77218532a6ba9e4.tar.gz gentoo-fc798bd0b555e44d5f4b0accc77218532a6ba9e4.tar.bz2 gentoo-fc798bd0b555e44d5f4b0accc77218532a6ba9e4.zip |
dev-lua/luadbi: 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/luadbi')
-rw-r--r-- | dev-lua/luadbi/luadbi-0.7.2-r101.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/luadbi/luadbi-0.7.2-r101.ebuild b/dev-lua/luadbi/luadbi-0.7.2-r101.ebuild index f19a4a0b67ff..03742f998777 100644 --- a/dev-lua/luadbi/luadbi-0.7.2-r101.ebuild +++ b/dev-lua/luadbi/luadbi-0.7.2-r101.ebuild @@ -33,7 +33,7 @@ DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig test? ( - >=dev-lua/busted-2.0.0-r100[${LUA_USEDEP}] + dev-lua/busted[${LUA_USEDEP}] dev-lua/luarocks ) " |