diff options
author | Stefan Strogin <steils@gentoo.org> | 2020-01-28 21:26:17 +0200 |
---|---|---|
committer | Stefan Strogin <steils@gentoo.org> | 2020-01-28 21:35:06 +0200 |
commit | b959df4269eb82f8ea1394b7f9ea9fd605758ba8 (patch) | |
tree | 1e70e3bb6558f3fde4011b366dd54196d1885518 /dev-lua/lua-openssl | |
parent | lxde-base/menu-cache: Fix -fno-common compilation. (diff) | |
download | gentoo-b959df4269eb82f8ea1394b7f9ea9fd605758ba8.tar.gz gentoo-b959df4269eb82f8ea1394b7f9ea9fd605758ba8.tar.bz2 gentoo-b959df4269eb82f8ea1394b7f9ea9fd605758ba8.zip |
dev-lua/lua-openssl: update dependency version for dev-libs/libressl
Builds fine with LibreSSL 3.0.2, README.md says 2.8.x is fine.
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'dev-lua/lua-openssl')
-rw-r--r-- | dev-lua/lua-openssl/lua-openssl-0.7.7_p0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 index 2cb97de1988c..dd74f082c931 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,7 @@ IUSE="libressl luajit" RDEPEND=" luajit? ( dev-lang/luajit:2 ) !luajit? ( >=dev-lang/lua-5.1:0 ) - libressl? ( <dev-libs/libressl-2.7.0:0= ) + libressl? ( dev-libs/libressl:0= ) !libressl? ( dev-libs/openssl:0=[-bindist] ) !dev-lua/luaossl !dev-lua/luacrypto |