commit:     0673555a2c36475804bcfeb64558fcfcb363579e
Author:     Toralf Förster <toralf.foerster <AT> gmx <DOT> de>
AuthorDate: Wed May  4 17:13:18 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu May  5 09:51:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0673555a

net-im/ejabberd-16.01-r1: add libressl support

compile tested at one tinderbox image

Signed-off-by: Toralf Förster <toralf.foerster <AT> gmx.de>

 net-im/ejabberd/ejabberd-16.01-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-im/ejabberd/ejabberd-16.01-r1.ebuild 
b/net-im/ejabberd/ejabberd-16.01-r1.ebuild
index 3415ae6..ef0e847 100644
--- a/net-im/ejabberd/ejabberd-16.01-r1.ebuild
+++ b/net-im/ejabberd/ejabberd-16.01-r1.ebuild
@@ -185,7 +185,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 EJABBERD_MODULES="mod_bosh mod_irc mod_muc mod_proxy65 mod_pubsub"
-IUSE="captcha debug elixir +iconv +lager ldap mssql mysql odbc pam postgres 
redis riak sqlite ssl tools +zlib ${EJABBERD_MODULES}"
+IUSE="captcha debug elixir +iconv +lager ldap libressl mssql mysql odbc pam 
postgres redis riak sqlite ssl tools +zlib ${EJABBERD_MODULES}"
 
 DEPEND=">=net-im/jabber-base-0.01
        >=dev-libs/expat-1.95
@@ -193,7 +193,8 @@ DEPEND=">=net-im/jabber-base-0.01
        >=dev-lang/erlang-17.1[ssl]
        odbc? ( dev-db/unixODBC[-minimal] )
        ldap? ( =net-nds/openldap-2* )
-       dev-libs/openssl:0
+       !libressl? ( dev-libs/openssl:0= )
+       libressl? ( dev-libs/libressl:0= )
        captcha? ( media-gfx/imagemagick[truetype,png] )
        zlib? ( >=sys-libs/zlib-1.2.3 )"
 RDEPEND="${DEPEND}

Reply via email to