From 239c240cbc5792dfbb4fdd6cfe48980aba48b07c Mon Sep 17 00:00:00 2001 From: Andreas Schuerch Date: Wed, 11 Jul 2018 12:06:44 +0200 Subject: net-im/coturn: version bump and libressl deps. Bug 652586 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- net-im/coturn/coturn-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-im/coturn/coturn-9999.ebuild') diff --git a/net-im/coturn/coturn-9999.ebuild b/net-im/coturn/coturn-9999.ebuild index 02115af32237..438817b8c4a6 100644 --- a/net-im/coturn/coturn-9999.ebuild +++ b/net-im/coturn/coturn-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,13 +20,13 @@ fi LICENSE="BSD" SLOT="0" IUSE="mongodb mysql postgres redis sqlite" -RDEPEND="dev-libs/libevent[ssl] - dev-libs/openssl:* +RDEPEND="|| ( dev-libs/libevent[-ssl,libressl] dev-libs/libevent[ssl] ) mongodb? ( dev-libs/mongo-c-driver ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:* ) redis? ( dev-libs/hiredis ) sqlite? ( dev-db/sqlite )" + DEPEND="${RDEPEND}" src_configure() { -- cgit v1.2.3-65-gdbad