Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luasec/
Date: Mon, 30 Nov 2020 13:33:07
Message-Id: 1606743168.76afc8df264858b79d1c3eeaaaa51856d63025de.conikost@gentoo
1 commit: 76afc8df264858b79d1c3eeaaaa51856d63025de
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 12:04:25 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 13:32:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76afc8df
7
8 dev-lua/luasec: remove lua deps version requirement
9
10 The LUA_USEDEP bit is sufficient to pull in a version migrated to Lua
11 eclasses, regardless of whether either of these gets updated to a new
12 release before we unmask slotted Lua or not.
13
14 Package-Manager: Portage-3.0.9, Repoman-3.0.2
15 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
16
17 dev-lua/luasec/luasec-0.9-r102.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-lua/luasec/luasec-0.9-r102.ebuild b/dev-lua/luasec/luasec-0.9-r102.ebuild
21 index d4a31a7034a..dfaab7645f9 100644
22 --- a/dev-lua/luasec/luasec-0.9-r102.ebuild
23 +++ b/dev-lua/luasec/luasec-0.9-r102.ebuild
24 @@ -19,7 +19,7 @@ IUSE="libressl"
25 REQUIRED_USE="${LUA_REQUIRED_USE}"
26
27 RDEPEND="
28 - >=dev-lua/luasocket-3.0_rc1_p20200328-r100[${LUA_USEDEP}]
29 + dev-lua/luasocket[${LUA_USEDEP}]
30 libressl? ( dev-libs/libressl:= )
31 !libressl? ( dev-libs/openssl:0= )
32 ${LUA_DEPS}