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 2335B1382C5 for ; Sun, 2 May 2021 12:37:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 596A3E08F6; Sun, 2 May 2021 12:37:12 +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 C692AE08F0 for ; Sun, 2 May 2021 12:37:11 +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 EB24C33BEE9 for ; Sun, 2 May 2021 12:37:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24B4E745 for ; Sun, 2 May 2021 12:37:08 +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: <1619959006.4139c73aaf65a4f893be5b0c175fb112b3afd664.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-dtls/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-dtls/gst-plugins-dtls-1.16.3.ebuild X-VCS-Directories: media-plugins/gst-plugins-dtls/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 4139c73aaf65a4f893be5b0c175fb112b3afd664 X-VCS-Branch: master Date: Sun, 2 May 2021 12:37:08 +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: 6029343d-b210-4b49-a677-a975f7441d6a X-Archives-Hash: 7697b656ac3548f654c3416456aaf541 commit: 4139c73aaf65a4f893be5b0c175fb112b3afd664 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 12:36:46 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 12:36:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4139c73a media-plugins/gst-plugins-dtls: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> media-plugins/gst-plugins-dtls/gst-plugins-dtls-1.16.3.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-plugins/gst-plugins-dtls/gst-plugins-dtls-1.16.3.ebuild b/media-plugins/gst-plugins-dtls/gst-plugins-dtls-1.16.3.ebuild index e7094ccb365..ee6dd334431 100644 --- a/media-plugins/gst-plugins-dtls/gst-plugins-dtls-1.16.3.ebuild +++ b/media-plugins/gst-plugins-dtls/gst-plugins-dtls-1.16.3.ebuild @@ -8,10 +8,8 @@ inherit gstreamer DESCRIPTION="DTLS encoder/decoder with SRTP support plugin for GStreamer" KEYWORDS="amd64 x86" -IUSE="libressl" RDEPEND=" - libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] ) - !libressl? ( >=dev-libs/openssl-1.0.1:0=[${MULTILIB_USEDEP}] ) + >=dev-libs/openssl-1.0.1:0=[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND}"