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 A10421382C5 for ; Sun, 2 May 2021 10:56:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5299E095E; Sun, 2 May 2021 10:56:42 +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 981CAE095E for ; Sun, 2 May 2021 10:56:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B729F335D31 for ; Sun, 2 May 2021 10:56:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 143A674A for ; Sun, 2 May 2021 10:56:39 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619952779.096af151af31db1b7d5be8cfb0a78f37836f0395.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ortp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ortp/ortp-0.23.0-r1.ebuild X-VCS-Directories: net-libs/ortp/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 096af151af31db1b7d5be8cfb0a78f37836f0395 X-VCS-Branch: master Date: Sun, 2 May 2021 10:56:39 +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: 26957a05-1217-4f83-8967-919343428104 X-Archives-Hash: 70dcf99e99f24b182edb5030cac91922 commit: 096af151af31db1b7d5be8cfb0a78f37836f0395 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 10:52:59 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 10:52:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=096af151 net-libs/ortp: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> net-libs/ortp/ortp-0.23.0-r1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net-libs/ortp/ortp-0.23.0-r1.ebuild b/net-libs/ortp/ortp-0.23.0-r1.ebuild index 8694c0c18b9..a251486bbcc 100644 --- a/net-libs/ortp/ortp-0.23.0-r1.ebuild +++ b/net-libs/ortp/ortp-0.23.0-r1.ebuild @@ -11,12 +11,10 @@ SRC_URI="mirror://nongnu/linphone/${PN}/sources/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/9" KEYWORDS="~alpha amd64 arm64 ~ia64 ppc ppc64 sparc x86 ~ppc-macos ~x64-macos" -IUSE="debug doc examples ipv6 libressl minimal ntp-timestamp ssl srtp" +IUSE="debug doc examples ipv6 minimal ntp-timestamp ssl srtp" RDEPEND=" - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) ) + ssl? ( dev-libs/openssl:0= ) srtp? ( net-libs/libsrtp:0= ) " DEPEND="${RDEPEND}