summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/coturn/coturn-4.5.0.7.ebuild')
-rw-r--r--net-im/coturn/coturn-4.5.0.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/coturn/coturn-4.5.0.7.ebuild b/net-im/coturn/coturn-4.5.0.7.ebuild
index 438817b8c4a6..daad5953188a 100644
--- a/net-im/coturn/coturn-4.5.0.7.ebuild
+++ b/net-im/coturn/coturn-4.5.0.7.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 )"