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 37B9D1382C5 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 8CBDEE0949; 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 70F75E0949 for ; Sun, 2 May 2021 10:56:42 +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 8172B335CA0 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 01BBB745 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: <1619952689.7b41c1465dd5870ca5e202ee0bade93ea46217c3.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/pjproject/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/pjproject/pjproject-2.10-r1.ebuild X-VCS-Directories: net-libs/pjproject/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 7b41c1465dd5870ca5e202ee0bade93ea46217c3 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: 6b06e342-3d6f-47f7-aace-1422f6d304cf X-Archives-Hash: a3c32900244a364bc46dca0ee962ebae commit: 7b41c1465dd5870ca5e202ee0bade93ea46217c3 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 10:51:29 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 10:51:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b41c146 net-libs/pjproject: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> net-libs/pjproject/pjproject-2.10-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-libs/pjproject/pjproject-2.10-r1.ebuild b/net-libs/pjproject/pjproject-2.10-r1.ebuild index 8552abb9daf..3db743937f4 100644 --- a/net-libs/pjproject/pjproject-2.10-r1.ebuild +++ b/net-libs/pjproject/pjproject-2.10-r1.ebuild @@ -17,7 +17,7 @@ SLOT="0/${PV}" CODEC_FLAGS="g711 g722 g7221 gsm ilbc speex l16" VIDEO_FLAGS="sdl ffmpeg v4l2 openh264 libyuv vpx" SOUND_FLAGS="alsa portaudio" -IUSE="amr debug epoll examples ipv6 libressl opus resample silk ssl static-libs webrtc +IUSE="amr debug epoll examples ipv6 opus resample silk ssl static-libs webrtc ${CODEC_FLAGS} g729 ${VIDEO_FLAGS} ${SOUND_FLAGS}" @@ -46,8 +46,7 @@ RDEPEND="net-libs/libsrtp:= media-libs/speexdsp ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) " DEPEND="${RDEPEND}"