Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnice/
Date: Sun, 02 May 2021 10:16:44
Message-Id: 1619950594.8e56db1fde3a34c78f2e44765a41aee39b7149aa.zlogene@gentoo
1 commit: 8e56db1fde3a34c78f2e44765a41aee39b7149aa
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 10:10:38 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 10:16:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e56db1f
7
8 net-libs/libnice: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-libs/libnice/libnice-0.1.15.ebuild | 7 ++-----
14 1 file changed, 2 insertions(+), 5 deletions(-)
15
16 diff --git a/net-libs/libnice/libnice-0.1.15.ebuild b/net-libs/libnice/libnice-0.1.15.ebuild
17 index aee3c3ffebd..54444f474e5 100644
18 --- a/net-libs/libnice/libnice-0.1.15.ebuild
19 +++ b/net-libs/libnice/libnice-0.1.15.ebuild
20 @@ -11,15 +11,14 @@ SRC_URI="https://nice.freedesktop.org/releases/${P}.tar.gz"
21 LICENSE="|| ( MPL-1.1 LGPL-2.1 )"
22 SLOT="0"
23 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
24 -IUSE="+gnutls +introspection libressl +upnp"
25 +IUSE="+gnutls +introspection +upnp"
26
27 RDEPEND="
28 >=dev-libs/glib-2.48:2[${MULTILIB_USEDEP}]
29 introspection? ( >=dev-libs/gobject-introspection-1.30.0:= )
30 gnutls? ( >=net-libs/gnutls-2.12.0:0=[${MULTILIB_USEDEP}] )
31 !gnutls? (
32 - libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
33 - !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) )
34 + dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
35 upnp? ( >=net-libs/gupnp-igd-0.2.4:=[${MULTILIB_USEDEP}] )
36 "
37 DEPEND="${RDEPEND}
38 @@ -28,8 +27,6 @@ DEPEND="${RDEPEND}
39 virtual/pkgconfig
40 "
41
42 -PATCHES=( "${FILESDIR}/${P}-libressl.patch" ) # https://gitlab.freedesktop.org/libnice/libnice/merge_requests/50
43 -
44 multilib_src_configure() {
45 # gstreamer plugin split off into media-plugins/gst-plugins-libnice
46 ECONF_SOURCE=${S} \