commit:     8e56db1fde3a34c78f2e44765a41aee39b7149aa
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 10:10:38 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> 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 <zlogene <AT> 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} \

Reply via email to