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 1E82413835C for ; Sun, 2 May 2021 10:16:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60FE8E08FA; Sun, 2 May 2021 10:16:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 47E08E08FA for ; Sun, 2 May 2021 10:16:43 +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 56732340CC4 for ; Sun, 2 May 2021 10:16:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3BA7752 for ; Sun, 2 May 2021 10:16: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: <1619950595.e93d6c8d027f46868d2e79e0e15d8fbd89e94d4b.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsrtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libsrtp/libsrtp-1.6.0-r1.ebuild net-libs/libsrtp/libsrtp-2.2.0.ebuild net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild X-VCS-Directories: net-libs/libsrtp/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e93d6c8d027f46868d2e79e0e15d8fbd89e94d4b X-VCS-Branch: master Date: Sun, 2 May 2021 10:16: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: 2d1c3331-9c6d-4363-bb46-f42a9ba22af9 X-Archives-Hash: 376538c1e564ee98c0569dc518474bbc commit: e93d6c8d027f46868d2e79e0e15d8fbd89e94d4b Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 10:12:39 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 10:16:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93d6c8d net-libs/libsrtp: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> net-libs/libsrtp/libsrtp-1.6.0-r1.ebuild | 5 ++--- net-libs/libsrtp/libsrtp-2.2.0.ebuild | 5 ++--- net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/net-libs/libsrtp/libsrtp-1.6.0-r1.ebuild b/net-libs/libsrtp/libsrtp-1.6.0-r1.ebuild index 2ae2c38e274..bc5d89983dd 100644 --- a/net-libs/libsrtp/libsrtp-1.6.0-r1.ebuild +++ b/net-libs/libsrtp/libsrtp-1.6.0-r1.ebuild @@ -12,13 +12,12 @@ SRC_URI="https://github.com/cisco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/1" KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 -sparc x86 ~ppc-macos ~x64-macos" -IUSE="aesicm console debug doc libressl openssl static-libs syslog test" +IUSE="aesicm console debug doc openssl static-libs syslog test" RESTRICT="!test? ( test )" RDEPEND=" openssl? ( - !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) + dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND}" diff --git a/net-libs/libsrtp/libsrtp-2.2.0.ebuild b/net-libs/libsrtp/libsrtp-2.2.0.ebuild index e886c0397b5..f25da2660cd 100644 --- a/net-libs/libsrtp/libsrtp-2.2.0.ebuild +++ b/net-libs/libsrtp/libsrtp-2.2.0.ebuild @@ -12,13 +12,12 @@ SRC_URI="https://github.com/cisco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="2/1" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 -sparc x86 ~ppc-macos ~x64-macos" -IUSE="aesicm console debug doc libressl openssl static-libs syslog test" +IUSE="aesicm console debug doc openssl static-libs syslog test" RESTRICT="!test? ( test )" RDEPEND=" openssl? ( - !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) + dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND}" diff --git a/net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild b/net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild index 19f0fdae9bb..8574abfaf18 100644 --- a/net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild +++ b/net-libs/libsrtp/libsrtp-2.3.0-r1.ebuild @@ -12,15 +12,14 @@ SRC_URI="https://github.com/cisco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="2/1" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 -sparc x86 ~ppc-macos ~x64-macos" -IUSE="debug doc libressl nss openssl static-libs test" +IUSE="debug doc nss openssl static-libs test" RESTRICT="!test? ( test )" REQUIRED_USE="?? ( nss openssl )" RDEPEND=" openssl? ( - !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) + dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) nss? ( >=dev-libs/nss-3.52[${MULTILIB_USEDEP}] ) "