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 368D413835D 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 7FC6EE08FE; 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 61FD8E08FE for ; Sun, 2 May 2021 10:16:43 +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 6F7D5340CFA 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 9E1B574F 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: <1619950594.8e56db1fde3a34c78f2e44765a41aee39b7149aa.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnice/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnice/libnice-0.1.15.ebuild X-VCS-Directories: net-libs/libnice/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8e56db1fde3a34c78f2e44765a41aee39b7149aa 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: 5fe2498e-1236-4211-b26c-841d7de7e7d4 X-Archives-Hash: 67421751a19ee3c73384f2f54a361836 commit: 8e56db1fde3a34c78f2e44765a41aee39b7149aa Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 10:10:38 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 10:16:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e56db1f net-libs/libnice: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> net-libs/libnice/libnice-0.1.15.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/net-libs/libnice/libnice-0.1.15.ebuild b/net-libs/libnice/libnice-0.1.15.ebuild index aee3c3ffebd..54444f474e5 100644 --- a/net-libs/libnice/libnice-0.1.15.ebuild +++ b/net-libs/libnice/libnice-0.1.15.ebuild @@ -11,15 +11,14 @@ SRC_URI="https://nice.freedesktop.org/releases/${P}.tar.gz" LICENSE="|| ( MPL-1.1 LGPL-2.1 )" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="+gnutls +introspection libressl +upnp" +IUSE="+gnutls +introspection +upnp" RDEPEND=" >=dev-libs/glib-2.48:2[${MULTILIB_USEDEP}] introspection? ( >=dev-libs/gobject-introspection-1.30.0:= ) gnutls? ( >=net-libs/gnutls-2.12.0:0=[${MULTILIB_USEDEP}] ) !gnutls? ( - libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) - !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) ) + dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) upnp? ( >=net-libs/gupnp-igd-0.2.4:=[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} @@ -28,8 +27,6 @@ DEPEND="${RDEPEND} virtual/pkgconfig " -PATCHES=( "${FILESDIR}/${P}-libressl.patch" ) # https://gitlab.freedesktop.org/libnice/libnice/merge_requests/50 - multilib_src_configure() { # gstreamer plugin split off into media-plugins/gst-plugins-libnice ECONF_SOURCE=${S} \