From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5635D138334 for ; Tue, 18 Sep 2018 17:23:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D866E0DAC; Tue, 18 Sep 2018 17:23:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48530E0DAC for ; Tue, 18 Sep 2018 17:23:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 362E6335CFB for ; Tue, 18 Sep 2018 17:23:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 090673AA for ; Tue, 18 Sep 2018 17:23:25 +0000 (UTC) From: "Andreas Schuerch" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Schuerch" Message-ID: <1537291363.3e8ec0df0d136f81859982abcac18a83e40efc2f.nativemad@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/coturn/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/coturn/coturn-4.5.0.7.ebuild net-im/coturn/coturn-9999.ebuild X-VCS-Directories: net-im/coturn/ X-VCS-Committer: nativemad X-VCS-Committer-Name: Andreas Schuerch X-VCS-Revision: 3e8ec0df0d136f81859982abcac18a83e40efc2f X-VCS-Branch: master Date: Tue, 18 Sep 2018 17:23:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9a91661f-3aff-42ca-b17b-dce763514850 X-Archives-Hash: 67324003d64222a8c5c110ef7cf10760 commit: 3e8ec0df0d136f81859982abcac18a83e40efc2f Author: Andreas Schuerch gentoo org> AuthorDate: Tue Sep 18 17:21:30 2018 +0000 Commit: Andreas Schuerch gentoo org> CommitDate: Tue Sep 18 17:22:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e8ec0df net-im/coturn: libressl deps - Bug 652586. mysql deps - Bug 665978 Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-im/coturn/coturn-4.5.0.7.ebuild | 4 ++-- net-im/coturn/coturn-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-im/coturn/coturn-4.5.0.7.ebuild b/net-im/coturn/coturn-4.5.0.7.ebuild index 438817b8c4a..daad5953188 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 )" diff --git a/net-im/coturn/coturn-9999.ebuild b/net-im/coturn/coturn-9999.ebuild index 438817b8c4a..daad5953188 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 )"