commit: 76afc8df264858b79d1c3eeaaaa51856d63025de
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 12:04:25 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 13:32:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76afc8df
dev-lua/luasec: 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/luasec/luasec-0.9-r102.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lua/luasec/luasec-0.9-r102.ebuild
b/dev-lua/luasec/luasec-0.9-r102.ebuild
index d4a31a7034a..dfaab7645f9 100644
--- a/dev-lua/luasec/luasec-0.9-r102.ebuild
+++ b/dev-lua/luasec/luasec-0.9-r102.ebuild
@@ -19,7 +19,7 @@ IUSE="libressl"
REQUIRED_USE="${LUA_REQUIRED_USE}"
RDEPEND="
- >=dev-lua/luasocket-3.0_rc1_p20200328-r100[${LUA_USEDEP}]
+ dev-lua/luasocket[${LUA_USEDEP}]
libressl? ( dev-libs/libressl:= )
!libressl? ( dev-libs/openssl:0= )
${LUA_DEPS}