summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schuerch <nativemad@gentoo.org>2018-07-11 12:06:44 +0200
committerAndreas Schuerch <nativemad@gentoo.org>2018-07-11 12:06:44 +0200
commit239c240cbc5792dfbb4fdd6cfe48980aba48b07c (patch)
tree83e2ed9a91244b30ef46489045ef5b6c9068298e /net-im/coturn/coturn-9999.ebuild
parentsys-apps/portage: version bump to 2.3.42 (diff)
downloadgentoo-239c240cbc5792dfbb4fdd6cfe48980aba48b07c.tar.gz
gentoo-239c240cbc5792dfbb4fdd6cfe48980aba48b07c.tar.bz2
gentoo-239c240cbc5792dfbb4fdd6cfe48980aba48b07c.zip
net-im/coturn: version bump and libressl deps. Bug 652586
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-im/coturn/coturn-9999.ebuild')
-rw-r--r--net-im/coturn/coturn-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
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() {