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 EB05A1382C5 for ; Sat, 1 May 2021 18:07:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14EC2E0D37; Sat, 1 May 2021 18:07:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F1DB8E0D34 for ; Sat, 1 May 2021 18:07:16 +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 A315B340A7F for ; Sat, 1 May 2021 18:07:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 375EB752 for ; Sat, 1 May 2021 18:07:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619892409.b5ca8837ddffe8c99e244e52a02c9c6aaf093f7b.sam@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.2.ebuild net-im/coturn/coturn-9999.ebuild X-VCS-Directories: net-im/coturn/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b5ca8837ddffe8c99e244e52a02c9c6aaf093f7b X-VCS-Branch: master Date: Sat, 1 May 2021 18:07:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 262d85fc-0e31-42c3-ae67-5d10f92a13ab X-Archives-Hash: 50fd898a37af240fd31f106a6a7a0972 commit: b5ca8837ddffe8c99e244e52a02c9c6aaf093f7b Author: Sam James gentoo org> AuthorDate: Sat May 1 17:50:50 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 1 18:06:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ca8837 net-im/coturn: drop obsolete LibreSSL support Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> net-im/coturn/coturn-4.5.2.ebuild | 14 +++++++------- net-im/coturn/coturn-9999.ebuild | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-im/coturn/coturn-4.5.2.ebuild b/net-im/coturn/coturn-4.5.2.ebuild index d8ac519acbc..a183b67dbea 100644 --- a/net-im/coturn/coturn-4.5.2.ebuild +++ b/net-im/coturn/coturn-4.5.2.ebuild @@ -20,13 +20,13 @@ LICENSE="BSD" SLOT="0" IUSE="mongodb mysql postgres redis sqlite" RDEPEND="acct-group/turnserver - acct-user/turnserver - || ( 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? ( dev-db/mysql-connector-c ) - postgres? ( dev-db/postgresql:* ) - redis? ( dev-libs/hiredis ) - sqlite? ( dev-db/sqlite )" + acct-user/turnserver + >dev-libs/libevent-2.1.8 + mongodb? ( dev-libs/mongo-c-driver ) + mysql? ( dev-db/mysql-connector-c ) + postgres? ( dev-db/postgresql:* ) + redis? ( dev-libs/hiredis ) + sqlite? ( dev-db/sqlite )" DEPEND="${RDEPEND}" diff --git a/net-im/coturn/coturn-9999.ebuild b/net-im/coturn/coturn-9999.ebuild index d8ac519acbc..4830d0550d0 100644 --- a/net-im/coturn/coturn-9999.ebuild +++ b/net-im/coturn/coturn-9999.ebuild @@ -21,7 +21,7 @@ SLOT="0" IUSE="mongodb mysql postgres redis sqlite" RDEPEND="acct-group/turnserver acct-user/turnserver - || ( dev-libs/libevent[-ssl,libressl] dev-libs/libevent[ssl,-libressl] >dev-libs/libevent-2.1.8[ssl,libressl] ) + >dev-libs/libevent-2.1.8 mongodb? ( dev-libs/mongo-c-driver ) mysql? ( dev-db/mysql-connector-c ) postgres? ( dev-db/postgresql:* )