diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-11-30 13:05:58 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-11-30 14:32:49 +0100 |
commit | cb9d658e555c66730a32a71f094956643216fa7d (patch) | |
tree | 2c57cb97a897d4007d2064c8d656b54955f30708 /dev-lua/lua-argparse | |
parent | dev-lua/luasec: remove lua deps version requirement (diff) | |
download | gentoo-cb9d658e555c66730a32a71f094956643216fa7d.tar.gz gentoo-cb9d658e555c66730a32a71f094956643216fa7d.tar.bz2 gentoo-cb9d658e555c66730a32a71f094956643216fa7d.zip |
dev-lua/lua-argparse: 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/lua-argparse')
-rw-r--r-- | dev-lua/lua-argparse/lua-argparse-0.6.0-r100.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/lua-argparse/lua-argparse-0.6.0-r100.ebuild b/dev-lua/lua-argparse/lua-argparse-0.6.0-r100.ebuild index ea350b4d10e5..db9fce9d4ced 100644 --- a/dev-lua/lua-argparse/lua-argparse-0.6.0-r100.ebuild +++ b/dev-lua/lua-argparse/lua-argparse-0.6.0-r100.ebuild @@ -25,7 +25,7 @@ BDEPEND=" virtual/pkgconfig doc? ( dev-python/sphinx ) test? ( - >=dev-lua/busted-2.0.0-r100[${LUA_USEDEP}] + dev-lua/busted[${LUA_USEDEP}] ${RDEPEND} ) " |