From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 45C06138334 for ; Sat, 27 Apr 2019 20:29:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01D77E088C; Sat, 27 Apr 2019 20:29:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC0FFE088C for ; Sat, 27 Apr 2019 20:28:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8CD4342A58 for ; Sat, 27 Apr 2019 20:28:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97AC05D3 for ; Sat, 27 Apr 2019 20:28:54 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1556396871.a1558bc2eb8efb5e1cc72836b3e90daa3d7c1b63.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libwebsockets/libwebsockets-1.7.9.ebuild net-libs/libwebsockets/libwebsockets-2.0.2.ebuild net-libs/libwebsockets/libwebsockets-2.1.1.ebuild net-libs/libwebsockets/libwebsockets-2.4.2.ebuild X-VCS-Directories: net-libs/libwebsockets/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a1558bc2eb8efb5e1cc72836b3e90daa3d7c1b63 X-VCS-Branch: master Date: Sat, 27 Apr 2019 20:28:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 66f578a8-3a58-4567-a610-848ab2227191 X-Archives-Hash: f4c87f11423e256b121c8ebb3badbfc9 commit: a1558bc2eb8efb5e1cc72836b3e90daa3d7c1b63 Author: David Seifert gentoo org> AuthorDate: Sat Apr 27 16:35:04 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Apr 27 20:27:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1558bc2 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 gentoo.org> net-libs/libwebsockets/libwebsockets-1.7.9.ebuild | 12 +++++------- net-libs/libwebsockets/libwebsockets-2.0.2.ebuild | 12 +++++------- net-libs/libwebsockets/libwebsockets-2.1.1.ebuild | 5 ++--- net-libs/libwebsockets/libwebsockets-2.4.2.ebuild | 5 ++--- 4 files changed, 14 insertions(+), 20 deletions(-) diff --git a/net-libs/libwebsockets/libwebsockets-1.7.9.ebuild b/net-libs/libwebsockets/libwebsockets-1.7.9.ebuild index 12fa48d815b..b9bba7e9a99 100644 --- a/net-libs/libwebsockets/libwebsockets-1.7.9.ebuild +++ b/net-libs/libwebsockets/libwebsockets-1.7.9.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 diff --git a/net-libs/libwebsockets/libwebsockets-2.0.2.ebuild b/net-libs/libwebsockets/libwebsockets-2.0.2.ebuild index 47332620d0b..b9bba7e9a99 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 diff --git a/net-libs/libwebsockets/libwebsockets-2.1.1.ebuild b/net-libs/libwebsockets/libwebsockets-2.1.1.ebuild index 86151e80cb6..3dcea8a7346 100644 --- a/net-libs/libwebsockets/libwebsockets-2.1.1.ebuild +++ b/net-libs/libwebsockets/libwebsockets-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,6 @@ KEYWORDS="amd64 arm x86" IUSE="+http2 +ssl access-log cgi client generic-sessions http-proxy ipv6 lejp libev libressl libuv server-status smtp sqlite3 static-libs" REQUIRED_USE=" - libressl? ( ssl ) http-proxy? ( client ) generic-sessions? ( sqlite3 ) generic-sessions? ( smtp ) @@ -31,7 +30,7 @@ RDEPEND=" ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) - ) + ) " DEPEND="${RDEPEND} dev-lang/perl diff --git a/net-libs/libwebsockets/libwebsockets-2.4.2.ebuild b/net-libs/libwebsockets/libwebsockets-2.4.2.ebuild index dc1e6465268..38798f5926c 100644 --- a/net-libs/libwebsockets/libwebsockets-2.4.2.ebuild +++ b/net-libs/libwebsockets/libwebsockets-2.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,6 @@ IUSE="+http2 +ssl access-log caps cgi client generic-sessions http-proxy ipv6 le libevent libressl libuv peer-limits server-status socks5 smtp sqlite3 static-libs +zip" REQUIRED_USE=" - libressl? ( ssl ) http-proxy? ( client ) generic-sessions? ( sqlite3 ) generic-sessions? ( smtp ) @@ -34,7 +33,7 @@ RDEPEND=" ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) - ) + ) " DEPEND="${RDEPEND} dev-lang/perl