summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-04-27 18:35:04 +0200
committerDavid Seifert <soap@gentoo.org>2019-04-27 22:27:51 +0200
commita1558bc2eb8efb5e1cc72836b3e90daa3d7c1b63 (patch)
tree07eec24836b3159e8abeb52d23e2741403e88c12 /net-libs/libwebsockets/libwebsockets-2.0.2.ebuild
parentnet-misc/axel: [QA] Fix USE=libressl semantics (diff)
downloadgentoo-a1558bc2eb8efb5e1cc72836b3e90daa3d7c1b63.tar.gz
gentoo-a1558bc2eb8efb5e1cc72836b3e90daa3d7c1b63.tar.bz2
gentoo-a1558bc2eb8efb5e1cc72836b3e90daa3d7c1b63.zip
net-libs/libwebsockets: [QA] Fix USE=libressl semantics
Closes: https://bugs.gentoo.org/683998 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs/libwebsockets/libwebsockets-2.0.2.ebuild')
-rw-r--r--net-libs/libwebsockets/libwebsockets-2.0.2.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/net-libs/libwebsockets/libwebsockets-2.0.2.ebuild b/net-libs/libwebsockets/libwebsockets-2.0.2.ebuild
index 47332620d0bf..b9bba7e9a999 100644
--- a/net-libs/libwebsockets/libwebsockets-2.0.2.ebuild
+++ b/net-libs/libwebsockets/libwebsockets-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,16 +14,14 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+http2 +ssl client ipv6 libev libressl libuv static-libs"
-REQUIRED_USE="libressl? ( ssl )"
-
RDEPEND="
sys-libs/zlib
- libev? ( dev-libs/libev )
- libuv? ( dev-libs/libuv )
+ libev? ( dev-libs/libev )
+ libuv? ( dev-libs/libuv )
ssl? (
!libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- )
+ libressl? ( dev-libs/libressl:0= )
+ )
"
DEPEND="${RDEPEND}
dev-lang/perl