diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-06-26 08:13:08 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-26 08:24:40 -0400 |
commit | ec22552ed26125714de8c5c682feb3226865c4ea (patch) | |
tree | 0a9fca80f7d6bbea417af51fcd59d355fb3d254e /dev-lua/lua-openssl | |
parent | dev-libs/yaz: bump EAPI and add libressl support (diff) | |
download | gentoo-ec22552ed26125714de8c5c682feb3226865c4ea.tar.gz gentoo-ec22552ed26125714de8c5c682feb3226865c4ea.tar.bz2 gentoo-ec22552ed26125714de8c5c682feb3226865c4ea.zip |
dev-lua/lua-openssl: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-lua/lua-openssl')
-rw-r--r-- | dev-lua/lua-openssl/lua-openssl-0.4.1-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-lua/lua-openssl/lua-openssl-0.4.1-r1.ebuild b/dev-lua/lua-openssl/lua-openssl-0.4.1-r1.ebuild index 11897293d2c4..b653a97b49eb 100644 --- a/dev-lua/lua-openssl/lua-openssl-0.4.1-r1.ebuild +++ b/dev-lua/lua-openssl/lua-openssl-0.4.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,12 +13,14 @@ SRC_URI="https://github.com/zhaozg/lua-openssl/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="MIT openssl PHP-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="luajit" +IUSE="libressl luajit" RDEPEND=" luajit? ( dev-lang/luajit:2 ) !luajit? ( >=dev-lang/lua-5.1:0 ) - dev-libs/openssl:0[-bindist]" + !libressl? ( dev-libs/openssl:0=[-bindist] ) + libressl? ( dev-libs/libressl:0= ) + " DEPEND="${RDEPEND} virtual/pkgconfig" |