Gentoo Archives: gentoo-commits

From: Quentin Retornaz <gentoo@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-libs/libnice/
Date: Mon, 03 May 2021 00:07:14
Message-Id: 1619998346.5ed1cc99e7cea30b94f3b1946ca4ad92c93551e1.quentin@gentoo
1 commit: 5ed1cc99e7cea30b94f3b1946ca4ad92c93551e1
2 Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
3 AuthorDate: Sun May 2 23:32:26 2021 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Sun May 2 23:32:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=5ed1cc99
7
8 net-libs/libnice: remove libressl USE flag
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
12
13 net-libs/libnice/libnice-0.1.15.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 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 aee3c3f..f9bde46 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,13 @@ 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 + !gnutls? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
35 upnp? ( >=net-libs/gupnp-igd-0.2.4:=[${MULTILIB_USEDEP}] )
36 "
37 DEPEND="${RDEPEND}