diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-11-30 13:07:31 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-11-30 14:32:50 +0100 |
commit | 124405cf5b6f49020b8470ca841ee3e4ec97fc02 (patch) | |
tree | 6fd6b5f89d24dde17509e01cc1e85c9910d2f072 /dev-lua | |
parent | dev-lua/lua-argparse: remove lua deps version requirement (diff) | |
download | gentoo-124405cf5b6f49020b8470ca841ee3e4ec97fc02.tar.gz gentoo-124405cf5b6f49020b8470ca841ee3e4ec97fc02.tar.bz2 gentoo-124405cf5b6f49020b8470ca841ee3e4ec97fc02.zip |
dev-lua/say: 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')
-rw-r--r-- | dev-lua/say/say-1.3_p1-r101.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/say/say-1.3_p1-r101.ebuild b/dev-lua/say/say-1.3_p1-r101.ebuild index cef73fc92c85..422d9926960f 100644 --- a/dev-lua/say/say-1.3_p1-r101.ebuild +++ b/dev-lua/say/say-1.3_p1-r101.ebuild @@ -24,7 +24,7 @@ RDEPEND="${LUA_DEPS}" BDEPEND=" virtual/pkgconfig - test? ( >=dev-lua/busted-2.0.0-r100[${LUA_USEDEP}] ) + test? ( dev-lua/busted[${LUA_USEDEP}] ) ${RDEPEND} " |