aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Retornaz <gentoo@retornaz.com>2021-05-03 01:32:26 +0200
committerQuentin Retornaz <gentoo@retornaz.com>2021-05-03 01:32:26 +0200
commit5ed1cc99e7cea30b94f3b1946ca4ad92c93551e1 (patch)
treecd6c549e334ce9233fc0552c6961db3c05451472 /net-libs
parentnet-ftp/lftp: remove libressl USE flag (diff)
downloadlibressl-5ed1cc99e7cea30b94f3b1946ca4ad92c93551e1.tar.gz
libressl-5ed1cc99e7cea30b94f3b1946ca4ad92c93551e1.tar.bz2
libressl-5ed1cc99e7cea30b94f3b1946ca4ad92c93551e1.zip
net-libs/libnice: remove libressl USE flag
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libnice/libnice-0.1.15.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/net-libs/libnice/libnice-0.1.15.ebuild b/net-libs/libnice/libnice-0.1.15.ebuild
index aee3c3f..f9bde46 100644
--- a/net-libs/libnice/libnice-0.1.15.ebuild
+++ b/net-libs/libnice/libnice-0.1.15.ebuild
@@ -11,15 +11,13 @@ 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}] ) )
+ !gnutls? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
upnp? ( >=net-libs/gupnp-igd-0.2.4:=[${MULTILIB_USEDEP}] )
"
DEPEND="${RDEPEND}