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 431C71382C5 for ; Mon, 3 May 2021 09:01:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87A6EE0802; Mon, 3 May 2021 09:01:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 531C0E0802 for ; Mon, 3 May 2021 09:01:50 +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 3E4E9335D05 for ; Mon, 3 May 2021 09:01:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B90BC63D for ; Mon, 3 May 2021 09:01:47 +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: <1620032431.2bc02baf26cbc9686eba2523581892c0c8f613ef.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/srt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/srt/srt-1.4.1-r1.ebuild net-libs/srt/srt-1.4.2.ebuild net-libs/srt/srt-9999.ebuild X-VCS-Directories: net-libs/srt/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2bc02baf26cbc9686eba2523581892c0c8f613ef X-VCS-Branch: master Date: Mon, 3 May 2021 09:01:47 +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: d6dabf9d-1aaf-49e0-9d48-ca9b45225a36 X-Archives-Hash: 6cbf39131317a32bf9547acf2b75dff3 commit: 2bc02baf26cbc9686eba2523581892c0c8f613ef Author: Mikle Kolyada gentoo org> AuthorDate: Mon May 3 09:00:31 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon May 3 09:00:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc02baf net-libs/srt: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> net-libs/srt/srt-1.4.1-r1.ebuild | 5 ++--- net-libs/srt/srt-1.4.2.ebuild | 5 ++--- net-libs/srt/srt-9999.ebuild | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/net-libs/srt/srt-1.4.1-r1.ebuild b/net-libs/srt/srt-1.4.1-r1.ebuild index edd31e60042..4392bba2726 100644 --- a/net-libs/srt/srt-1.4.1-r1.ebuild +++ b/net-libs/srt/srt-1.4.1-r1.ebuild @@ -18,7 +18,7 @@ fi LICENSE="MPL-2.0" SLOT="0" -IUSE="gnutls libressl" +IUSE="gnutls" DEPEND=" gnutls? ( @@ -26,8 +26,7 @@ DEPEND=" net-libs/gnutls:0=[${MULTILIB_USEDEP}] ) !gnutls? ( - !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) + dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) " RDEPEND="${DEPEND}" diff --git a/net-libs/srt/srt-1.4.2.ebuild b/net-libs/srt/srt-1.4.2.ebuild index 4046568653b..cbade3405e2 100644 --- a/net-libs/srt/srt-1.4.2.ebuild +++ b/net-libs/srt/srt-1.4.2.ebuild @@ -19,7 +19,7 @@ fi LICENSE="MPL-2.0" SLOT="0" -IUSE="gnutls libressl" +IUSE="gnutls" DEPEND=" gnutls? ( @@ -27,8 +27,7 @@ DEPEND=" net-libs/gnutls:0=[${MULTILIB_USEDEP}] ) !gnutls? ( - !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) + dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) " RDEPEND="${DEPEND}" diff --git a/net-libs/srt/srt-9999.ebuild b/net-libs/srt/srt-9999.ebuild index 80a73bd9e54..31de6038b93 100644 --- a/net-libs/srt/srt-9999.ebuild +++ b/net-libs/srt/srt-9999.ebuild @@ -19,7 +19,7 @@ fi LICENSE="MPL-2.0" SLOT="0" -IUSE="gnutls libressl test" +IUSE="gnutls test" RDEPEND=" gnutls? ( @@ -27,8 +27,7 @@ RDEPEND=" net-libs/gnutls:0=[${MULTILIB_USEDEP}] ) !gnutls? ( - !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) + dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND}