commit:     ec22552ed26125714de8c5c682feb3226865c4ea
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 12:13:08 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 12:24:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec22552e

dev-lua/lua-openssl: add libressl support

Package-Manager: portage-2.2.28

 dev-lua/lua-openssl/lua-openssl-0.4.1-r1.ebuild | 8 +++++---
 1 file 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 1189729..b653a97 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"
 

Reply via email to