summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schuerch <nativemad@gentoo.org>2018-09-18 19:21:30 +0200
committerAndreas Schuerch <nativemad@gentoo.org>2018-09-18 19:22:43 +0200
commit3e8ec0df0d136f81859982abcac18a83e40efc2f (patch)
treedc7fc53766fcec9d6da673068121fd0a43f9dab8 /net-im/coturn/coturn-9999.ebuild
parentmedia-libs/libsndfile-1.0.28-r2: ppc64 stable, bug 627152 (diff)
downloadgentoo-3e8ec0df0d136f81859982abcac18a83e40efc2f.tar.gz
gentoo-3e8ec0df0d136f81859982abcac18a83e40efc2f.tar.bz2
gentoo-3e8ec0df0d136f81859982abcac18a83e40efc2f.zip
net-im/coturn: libressl deps - Bug 652586. mysql deps - Bug 665978
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.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/coturn/coturn-9999.ebuild b/net-im/coturn/coturn-9999.ebuild
index 438817b8c4a6..daad5953188a 100644
--- a/net-im/coturn/coturn-9999.ebuild
+++ b/net-im/coturn/coturn-9999.ebuild
@@ -20,9 +20,9 @@ fi
LICENSE="BSD"
SLOT="0"
IUSE="mongodb mysql postgres redis sqlite"
-RDEPEND="|| ( dev-libs/libevent[-ssl,libressl] dev-libs/libevent[ssl] )
+RDEPEND="|| ( dev-libs/libevent[-ssl,libressl] dev-libs/libevent[ssl,-libressl] >dev-libs/libevent-2.1.8[ssl,libressl] )
mongodb? ( dev-libs/mongo-c-driver )
- mysql? ( virtual/mysql )
+ mysql? ( dev-db/mysql-connector-c )
postgres? ( dev-db/postgresql:* )
redis? ( dev-libs/hiredis )
sqlite? ( dev-db/sqlite )"