commit:     4611e73baf38a00855a105e1b0a7fdf0957aa132
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 19:24:13 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 19:28:57 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4611e73b

net-im/jabberd2: add libressl support

 net-im/jabberd2/jabberd2-2.3.3-r1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/net-im/jabberd2/jabberd2-2.3.3-r1.ebuild 
b/net-im/jabberd2/jabberd2-2.3.3-r1.ebuild
index 62311a9..46f641a 100644
--- a/net-im/jabberd2/jabberd2-2.3.3-r1.ebuild
+++ b/net-im/jabberd2/jabberd2-2.3.3-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jabberd2/jabberd2/releases/download/jabberd-${PV}/ja
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
-IUSE="berkdb debug experimental ldap memdebug mysql pam postgres sqlite ssl 
test zlib"
+IUSE="berkdb debug experimental ldap libressl memdebug mysql pam postgres 
sqlite ssl test zlib"
 REQUIRED_USE="memdebug? ( debug )"
 
 # broken
@@ -28,7 +28,10 @@ DEPEND="dev-libs/expat
        mysql? ( virtual/mysql )
        pam? ( virtual/pam )
        postgres? ( dev-db/postgresql:* )
-       ssl? ( >=dev-libs/openssl-1.0.1:0[-bindist] )
+       ssl? (
+               !libressl? ( >=dev-libs/openssl-1.0.1:0[-bindist] )
+               libressl? ( dev-libs/libressl )
+       )
        sqlite? ( dev-db/sqlite:3 )
        zlib? ( sys-libs/zlib )"
 RDEPEND="${DEPEND}

Reply via email to