Gentoo Archives: gentoo-commits

From: Stefan Strogin <steils@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-openssl/
Date: Tue, 28 Jan 2020 19:39:37
Message-Id: 1580240106.b959df4269eb82f8ea1394b7f9ea9fd605758ba8.steils@gentoo
1 commit: b959df4269eb82f8ea1394b7f9ea9fd605758ba8
2 Author: Stefan Strogin <steils <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 19:26:17 2020 +0000
4 Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 19:35:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b959df42
7
8 dev-lua/lua-openssl: update dependency version for dev-libs/libressl
9
10 Builds fine with LibreSSL 3.0.2, README.md says 2.8.x is fine.
11
12 Package-Manager: Portage-2.3.85, Repoman-2.3.20
13 Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>
14
15 dev-lua/lua-openssl/lua-openssl-0.7.7_p0-r1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-lua/lua-openssl/lua-openssl-0.7.7_p0-r1.ebuild b/dev-lua/lua-openssl/lua-openssl-0.7.7_p0-r1.ebuild
19 index 2cb97de1988..dd74f082c93 100644
20 --- a/dev-lua/lua-openssl/lua-openssl-0.7.7_p0-r1.ebuild
21 +++ b/dev-lua/lua-openssl/lua-openssl-0.7.7_p0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -23,7 +23,7 @@ IUSE="libressl luajit"
29 RDEPEND="
30 luajit? ( dev-lang/luajit:2 )
31 !luajit? ( >=dev-lang/lua-5.1:0 )
32 - libressl? ( <dev-libs/libressl-2.7.0:0= )
33 + libressl? ( dev-libs/libressl:0= )
34 !libressl? ( dev-libs/openssl:0=[-bindist] )
35 !dev-lua/luaossl
36 !dev-lua/luacrypto